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

Commit c3e210f6 authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

ARM: dts: msm: Allow PM suspend irrespective of host RT state on SA8195



Add device tree flag 'qcom,ignore-wakeup-src-in-hostmode' to USB
nodes on SA8195 platform to allow system suspend in host mode
irrespective of the runtimePM state.

Change-Id: Ic76eed85b0db4b4298366e4cae11de8fd958b098
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 0a42b676
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -274,10 +274,12 @@

&usb0 {
	qcom,default-mode-none;
	qcom,ignore-wakeup-src-in-hostmode;
};

&usb1 {
	qcom,default-mode-host;
	qcom,ignore-wakeup-src-in-hostmode;
	status = "ok";
};