Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c50cff8a authored by Ajay Agarwal's avatar Ajay Agarwal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Allow pm_suspend in host mode for SA6155



Add device tree flag 'qcom,host-poweroff-in-pm-suspend' to USB
nodes on SA6155 platform to allow system suspend in host mode
irrespective of the runtimePM state.

Change-Id: Ibf32638cf0450150849c0ffbed2886f3aaa24e48
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent f43dabe3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -186,9 +186,14 @@
	status = "ok";
};

&usb0 {
	qcom,host-poweroff-in-pm-suspend;
};

&usb1 {
	status = "ok";
	qcom,default-mode-host;
	qcom,host-poweroff-in-pm-suspend;
};

&qupv3_se0_2uart {