diff options
author | Roger Quadros <rogerq@ti.com> | 2016-12-12 12:58:04 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-12-27 21:06:00 +0300 |
commit | 10d27dfaf6b6ce3bd7598b1e20e58446c5697a50 (patch) | |
tree | b70c253d4f4be34eb5a6c7d807325a366aef7ce6 /arch/arm/boot/dts/am571x-idk.dts | |
parent | 820381572fc015baa4f5744f5d4583ec0c0f1b82 (diff) | |
download | linux-10d27dfaf6b6ce3bd7598b1e20e58446c5697a50.tar.xz |
ARM: dts: am57xx-idk: Support VBUS detection on USB2 port
VBUS detection is available on the board via the palmas PMIC.
Use extcon-palmas driver instead of extcon-gpio-usb driver.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am571x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am571x-idk.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts index d6e43e5184c1..ad68d1eb3bc3 100644 --- a/arch/arm/boot/dts/am571x-idk.dts +++ b/arch/arm/boot/dts/am571x-idk.dts @@ -62,11 +62,6 @@ linux,default-trigger = "mmc0"; }; }; - - extcon_usb2: extcon_usb2 { - compatible = "linux,extcon-usb-gpio"; - id-gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>; - }; }; &mmc1 { @@ -79,3 +74,8 @@ &omap_dwc3_2 { extcon = <&extcon_usb2>; }; + +&extcon_usb2 { + id-gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>; + vbus-gpio = <&gpio7 22 GPIO_ACTIVE_HIGH>; +}; |