Commit 0ce84ef6a29655b9f985827e149dbf0d23b02dc2

Authored by Roger Quadros
Committed by Greg Kroah-Hartman
1 parent 2bc4d1c957

ARM: dts: am57xx-idk: Put USB2 port in peripheral mode

[ Upstream commit 5acd016c88937be3667ba4e6b60f0f74455b5e80 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/am57xx-idk-common.dtsi
... ... @@ -294,7 +294,7 @@
294 294 };
295 295  
296 296 &usb2 {
297   - dr_mode = "otg";
  297 + dr_mode = "peripheral";
298 298 };
299 299  
300 300 &mmc2 {