Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roger Quadros and committed by
Tony Lindgren
a78936fc b0fa6143

+8
+8
arch/arm/boot/dts/dra71-evm.dts
··· 265 265 /* Supplied by VDA_1V8_PHY */ 266 266 vdda_video-supply = <&lp8732_ldo1_reg>; 267 267 }; 268 + 269 + &extcon_usb1 { 270 + vbus-gpio = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>; 271 + }; 272 + 273 + &extcon_usb2 { 274 + vbus-gpio = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>; 275 + };