diff options
author | Roger Quadros <rogerq@ti.com> | 2018-03-16 13:11:43 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-20 07:26:00 -0700 |
commit | 54cab61a8a6717bdcbbab839a1fdd591721d9f15 (patch) | |
tree | 84f683916307c42d152a8fe09019be7a779de3e5 /arch/arm/boot/dts/am437x-sk-evm.dts | |
parent | 47eee072bf90374ce98a15668e6b450de313100a (diff) | |
download | blackbird-obmc-linux-54cab61a8a6717bdcbbab839a1fdd591721d9f15.tar.gz blackbird-obmc-linux-54cab61a8a6717bdcbbab839a1fdd591721d9f15.zip |
ARM: dts: am43xx: Enable dual-role mode for USB1
USB1 port is micro-AB type and can function as peripheral
as well as host. Enable dual-role mode for USB1.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-sk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-sk-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 3fa3b226995d..4118802b7fea 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -600,7 +600,7 @@ }; &usb1 { - dr_mode = "peripheral"; + dr_mode = "otg"; status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&usb1_pins>; |