summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdipto Goswami <ugoswami@qti.qualcomm.com>2021-04-06 10:06:45 +0530
committerUdipto Goswami <ugoswami@qti.qualcomm.com>2021-04-07 19:02:10 +0530
commit310fd102223b4495b034b8077de0d6208da3bbea (patch)
treeab14190c57ffc95196a262ebfd7da6378c4f4754
parent2491b81afb2f1a4f0fdfc05dc7818f99a82c826d (diff)
downloaddevicetree-310fd102223b4495b034b8077de0d6208da3bbea.tar.gz
ARM: dts: msm: Remove extcon from Bangal nopmi
Removing extcon values in Bangal nopmi in order to make it independent of PMIC. Change-Id: Ic4f812509612750e2ba9a1844dc2d60db5930ae8
-rw-r--r--qcom/bengal-idp-nopmi.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/qcom/bengal-idp-nopmi.dtsi b/qcom/bengal-idp-nopmi.dtsi
index e7c3e70e..6f000afa 100644
--- a/qcom/bengal-idp-nopmi.dtsi
+++ b/qcom/bengal-idp-nopmi.dtsi
@@ -44,3 +44,10 @@
status = "disabled";
};
};
+
+&usb0 {
+ /delete-property/ extcon;
+ dwc3@4e00000 {
+ dr_mode = "peripheral";
+ };
+};