ARM: dts: am57xx-idk: Put USB2 port in peripheral mode
authorRoger Quadros <rogerq@ti.com>
Mon, 12 Dec 2016 09:58:05 +0000 (11:58 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Dec 2016 18:06:00 +0000 (10:06 -0800)
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>
arch/arm/boot/dts/am57xx-idk-common.dtsi

index 14bdb24..814a720 100644 (file)
 };
 
 &usb2 {
-       dr_mode = "otg";
+       dr_mode = "peripheral";
 };
 
 &mmc2 {