ARM: dts: msm: Allow pm_suspend in host mode for msm8996 Auto CDP
Add device tree flag to allow system suspend on automotive CDP platforms with USB devices connected that do not support runtime suspend. Change-Id: Ia2c7cff130d811627ef7de24822b68506af37e01 Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
This commit is contained in:
parent
75409cea49
commit
38c3542e5b
1 changed files with 2 additions and 0 deletions
|
@ -1159,6 +1159,7 @@
|
|||
&usb2s {
|
||||
status = "ok";
|
||||
vbus_dwc3-supply = <&usb2_otg_switch>;
|
||||
qcom,no-wakeup-src-in-hostmode;
|
||||
dwc3@7600000 {
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
@ -1169,6 +1170,7 @@
|
|||
vbus_dwc3-supply = <&usb_otg_switch>;
|
||||
vdda33-supply = <&pm8994_l24>;
|
||||
vdda18-supply = <&pm8994_l12>;
|
||||
qcom,no-wakeup-src-in-hostmode;
|
||||
};
|
||||
|
||||
&blsp1_uart2 {
|
||||
|
|
Loading…
Add table
Reference in a new issue