Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -556,3 +556,7 @@
&omap_dwc3_2 {
	extcon = <&extcon_usb2>;
};

&usb2 {
	dr_mode = "peripheral";
};