mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
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>
This commit is contained in:
parent
b0fa6143ae
commit
a78936fc8c
@ -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>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user