diff options
author | Roger Quadros <rogerq@ti.com> | 2018-03-16 14:11:43 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-20 17:26:00 +0300 |
commit | 54cab61a8a6717bdcbbab839a1fdd591721d9f15 (patch) | |
tree | 84f683916307c42d152a8fe09019be7a779de3e5 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | 47eee072bf90374ce98a15668e6b450de313100a (diff) | |
download | linux-54cab61a8a6717bdcbbab839a1fdd591721d9f15.tar.xz |
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/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 00c3d1de384f..a66941885c11 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -856,7 +856,7 @@ }; &usb1 { - dr_mode = "peripheral"; + dr_mode = "otg"; status = "okay"; }; |