aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Navnath Kamble <vkambl@codeaurora.org>2019-03-27 14:36:51 +0530
committerJulan Hsu <julanhsu@google.com>2019-08-21 15:29:36 +0000
commit4bdee373f35035ef9958cb07511af2a7fd341fea (patch)
tree9c4b734dad480b591c4bdb0d0294c1a4becfae82
parent30a137bf7531cbf62607d2393815c202757d26b2 (diff)
CHROMIUM: arm64: dts: qcom: qcs404-mistral: remove usb vbus_gpio
Remove the optional properties in node for the extcon usb gpio driver as its not required to change the USB mode from peripheral to host. BUG=b:121327254 Test=Boot the board with USB typeC connected to host as a peripheral, switch to USB Host at runtime and again switch back to USB peripheral mode. Signed-off-by: Vijay Navnath Kamble <vkambl@codeaurora.org> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@linaro.org> Change-Id: Ibc4ae5fa595a57fdf06dcd3f52f9d0936acd423e Signed-off-by: Vamsi Singamsetty <vamssi@codeaurora.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1564090 Reviewed-by: Ravutappa Bhosagi <rbhosagi@google.com> Reviewed-by: Julan Hsu <julanhsu@google.com> Tested-by: Ravutappa Bhosagi <rbhosagi@google.com> Tested-by: Julan Hsu <julanhsu@google.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
-rw-r--r--arch/arm64/boot/dts/qcom/qcs404-mistral.dts12
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs404-mistral.dts b/arch/arm64/boot/dts/qcom/qcs404-mistral.dts
index 2669f687c091..6bf4aea3ba3a 100644
--- a/arch/arm64/boot/dts/qcom/qcs404-mistral.dts
+++ b/arch/arm64/boot/dts/qcom/qcs404-mistral.dts
@@ -25,9 +25,8 @@
usb_connector: usb-connector {
compatible = "linux,extcon-usb-gpio";
id-gpio = <&tlmm 116 GPIO_ACTIVE_HIGH>;
- vbus-gpio = <&pms405_gpios 12 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
- pinctrl-0 = <&usb0_hs_id>, <&usb_vbus_det>;
+ pinctrl-0 = <&usb0_hs_id>;
};
vph_pwr: vph-pwr-regulator {
@@ -270,15 +269,6 @@
};
};
- usb_vbus_det: usb-vbus-det {
- pinconf {
- pins = "gpio12";
- function = PMIC_GPIO_FUNC_NORMAL;
- input-enable;
- bias-pull-down;
- power-source = <1>;
- };
- };
};
&pms405_0{