summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAKASH KUMAR <akakum@qti.qualcomm.com>2022-09-05 17:08:21 +0530
committerAKASH KUMAR <akakum@qti.qualcomm.com>2022-09-05 17:08:21 +0530
commit876cce135b872f861eaf3081c9d311f5958f985d (patch)
tree08766c9aa7d79a49362325975313f9bfaa029819
parentcb225cb4b0370e0b22fa69a67476edc0ae63aa63 (diff)
downloaddevicetree-876cce135b872f861eaf3081c9d311f5958f985d.tar.gz
ARM: dts: msm: Disable secondary usb controller for KONA-7230
Disable usb secondary controller from dtsi to allow system to enter lpm for qcs7230 iot rb5 devices as with secondary port enabled due to its internal hub, usb secondary port is not going to lpm and system Tcxo Count is not incrementing. Change-Id: I4b42f92053d3a0e3700232f61350c6adab72a3af
-rw-r--r--qcom/kona-7230-iot-rb5.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/qcom/kona-7230-iot-rb5.dtsi b/qcom/kona-7230-iot-rb5.dtsi
index 2244bea1..c543760d 100644
--- a/qcom/kona-7230-iot-rb5.dtsi
+++ b/qcom/kona-7230-iot-rb5.dtsi
@@ -28,3 +28,15 @@
/delete-property/ connectors;
connectors = <&sde_dp &sde_rscc>;
};
+
+&usb1 {
+ status = "disabled";
+};
+
+&usb_qmp_phy {
+ status = "disabled";
+};
+
+&usb2_phy1 {
+ status = "disabled";
+};