diff options
author | Roger Quadros <rogerq@ti.com> | 2018-05-29 12:00:57 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-03 09:50:33 +0300 |
commit | a78936fc8cec309804e4baf9febb4c9fb46680cb (patch) | |
tree | 3e908a0ae2327bea04e4627323d3a0f8d014f07f /arch/arm/boot/dts/dra71-evm.dts | |
parent | b0fa6143ae7469f5efde8ce4195a6151519b77f0 (diff) | |
download | linux-a78936fc8cec309804e4baf9febb4c9fb46680cb.tar.xz |
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.dts | 8 |
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>; +}; |