Skip to content

Commit

Permalink
ARM: dts: am57xx-beagle-x15: Fix USB2 mode
Browse files Browse the repository at this point in the history
On this board USB2 is meant to be used as peripheral only.
The ID pin for USB2 is hardwired HIGH.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Roger Quadros authored and Tony Lindgren committed Jan 30, 2015
1 parent f60db98 commit 726806a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/am57xx-beagle-x15.dts
Original file line number Diff line number Diff line change
Expand Up @@ -556,3 +556,7 @@
&omap_dwc3_2 {
extcon = <&extcon_usb2>;
};

&usb2 {
dr_mode = "peripheral";
};

0 comments on commit 726806a

Please sign in to comment.