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

ARM: dts: dra76-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
382ceeaa a78936fc

+8
+8
arch/arm/boot/dts/dra76-evm.dts
··· 436 436 phys = <&pcie1_phy>, <&pcie2_phy>; 437 437 phy-names = "pcie-phy0", "pcie-phy1"; 438 438 }; 439 + 440 + &extcon_usb1 { 441 + vbus-gpio = <&pcf_lcd 14 GPIO_ACTIVE_HIGH>; 442 + }; 443 + 444 + &extcon_usb2 { 445 + vbus-gpio = <&pcf_lcd 15 GPIO_ACTIVE_HIGH>; 446 + };