aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra71-evm.dts
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2018-05-29 12:00:57 +0300
committerTony Lindgren <tony@atomide.com>2018-07-02 23:50:33 -0700
commita78936fc8cec309804e4baf9febb4c9fb46680cb (patch)
tree3e908a0ae2327bea04e4627323d3a0f8d014f07f /arch/arm/boot/dts/dra71-evm.dts
parentARM: dts: dra7-evm: Add extcon to USB2 port (diff)
downloadlinux-dev-a78936fc8cec309804e4baf9febb4c9fb46680cb.tar.xz
linux-dev-a78936fc8cec309804e4baf9febb4c9fb46680cb.zip
ARM: dts: dra71-evm: Add VBUS GPIO to USB1/USB2 extcon
The board has USB VBUS detection available over GPIO. Plug it to extcon node of USB1 and USB2 ports. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra71-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra71-evm.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts
index b7aeaeeead3b..c471bf3277b4 100644
--- a/arch/arm/boot/dts/dra71-evm.dts
+++ b/arch/arm/boot/dts/dra71-evm.dts
@@ -265,3 +265,11 @@
/* Supplied by VDA_1V8_PHY */
vdda_video-supply = <&lp8732_ldo1_reg>;
};
+
+&extcon_usb1 {
+ vbus-gpio = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>;
+};
+
+&extcon_usb2 {
+ vbus-gpio = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>;
+};