Commit 0ce84ef6 authored by Roger Quadros's avatar Roger Quadros Committed by Greg Kroah-Hartman

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


[ Upstream commit 5acd016c ]

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: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSasha Levin <alexander.levin@verizon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2bc4d1c9
......@@ -294,7 +294,7 @@ &usb1 {
};
&usb2 {
dr_mode = "otg";
dr_mode = "peripheral";
};
&mmc2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment