ARM: dts: msm: Disable runtime PM in host mode for automotive
Add "qcom,disable-host-mode-pm" flag to the USB nodes of automotive targets to disable runtime PM in host mode. Change-Id: I45949b92e7199b3ee9a95a7e0a3a584f813d0deb Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
This commit is contained in:
parent
de5fd0b3ce
commit
b77f7d2943
3 changed files with 5 additions and 0 deletions
|
@ -1416,6 +1416,7 @@
|
|||
&usb2s {
|
||||
status = "ok";
|
||||
qcom,no-wakeup-src-in-hostmode;
|
||||
qcom,disable-host-mode-pm;
|
||||
};
|
||||
|
||||
&usb3 {
|
||||
|
@ -1424,6 +1425,7 @@
|
|||
vdda33-supply = <&pm8994_l24>;
|
||||
vdda18-supply = <&pm8994_l12>;
|
||||
qcom,no-wakeup-src-in-hostmode;
|
||||
qcom,disable-host-mode-pm;
|
||||
};
|
||||
|
||||
&blsp1_uart2 {
|
||||
|
|
|
@ -1246,6 +1246,7 @@
|
|||
status = "ok";
|
||||
vbus_dwc3-supply = <&usb2_otg_switch>;
|
||||
qcom,no-wakeup-src-in-hostmode;
|
||||
qcom,disable-host-mode-pm;
|
||||
dwc3@7600000 {
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
@ -1257,6 +1258,7 @@
|
|||
vdda33-supply = <&pm8994_l24>;
|
||||
vdda18-supply = <&pm8994_l12>;
|
||||
qcom,no-wakeup-src-in-hostmode;
|
||||
qcom,disable-host-mode-pm;
|
||||
};
|
||||
|
||||
&blsp1_uart2 {
|
||||
|
|
|
@ -88,6 +88,7 @@
|
|||
|
||||
resets = <&clock_virt USB_30_BCR>;
|
||||
reset-names = "core_reset";
|
||||
qcom,disable-host-mode-pm;
|
||||
|
||||
dwc3@6a00000 {
|
||||
compatible = "snps,dwc3";
|
||||
|
|
Loading…
Add table
Reference in a new issue