diff options
author | Roger Quadros <rogerq@ti.com> | 2016-12-12 11:58:05 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-12-27 10:06:00 -0800 |
commit | 5acd016c88937be3667ba4e6b60f0f74455b5e80 (patch) | |
tree | 601cf04bf1b36be1cd25c3a9b7c0566741e9af3d /arch | |
parent | 10d27dfaf6b6ce3bd7598b1e20e58446c5697a50 (diff) | |
download | linux-5acd016c88937be3667ba4e6b60f0f74455b5e80.tar.bz2 |
ARM: dts: am57xx-idk: Put USB2 port in peripheral mode
USB2 port can be operated in dual-role mode but till we
have dual-role support in dwc3 driver let's limit this
port to peripheral mode.
If we don't do so it defaults to host mode. USB1 port
is meant for host only operation and we don't want
both ports in host only mode.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am57xx-idk-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi index 14bdb24e67ce..814a720d5c3d 100644 --- a/arch/arm/boot/dts/am57xx-idk-common.dtsi +++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi @@ -376,7 +376,7 @@ }; &usb2 { - dr_mode = "otg"; + dr_mode = "peripheral"; }; &mmc2 { |