diff options
author | Roger Quadros <rogerq@ti.com> | 2018-05-29 11:00:55 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-03 08:50:33 +0200 |
commit | 5f3cc16483d40bbc609a828511ff851296fc62b6 (patch) | |
tree | d2f1d85af1cddf551ac8cc11bed4a4d96b6655c4 /arch/arm/boot/dts/am571x-idk.dts | |
parent | ARM: dts: omap5: Add missing cooling device properties for CPUs (diff) | |
download | linux-5f3cc16483d40bbc609a828511ff851296fc62b6.tar.xz linux-5f3cc16483d40bbc609a828511ff851296fc62b6.zip |
ARM: dts: am57xx-idk: Enable dual role for USB2 port
Dual-role support was added in v4.12. We should be using
it for USB2 port on the am57xx-idk.
Cc: <stable@vger.kernel.org> [4.16+]
Reported-by: Bin Liu <b-liu@ti.com>
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts index 5bb9d68d6e90..d9a2049a1ea8 100644 --- a/arch/arm/boot/dts/am571x-idk.dts +++ b/arch/arm/boot/dts/am571x-idk.dts @@ -66,10 +66,6 @@ }; }; -&omap_dwc3_2 { - extcon = <&extcon_usb2>; -}; - &extcon_usb2 { id-gpio = <&gpio5 7 GPIO_ACTIVE_HIGH>; vbus-gpio = <&gpio7 22 GPIO_ACTIVE_HIGH>; |