Commit 726806ad authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren

ARM: dts: am57xx-beagle-x15: Fix USB2 mode

On this board USB2 is meant to be used as peripheral only.
The ID pin for USB2 is hardwired HIGH.
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f60db98e
......@@ -556,3 +556,7 @@ &omap_dwc3_1 {
&omap_dwc3_2 {
extcon = <&extcon_usb2>;
};
&usb2 {
dr_mode = "peripheral";
};
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