]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
ARM: dts: am57xx-beagle-x15: Fix USB2 mode
authorRoger Quadros <rogerq@ti.com>
Mon, 26 Jan 2015 12:15:31 +0000 (14:15 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 30 Jan 2015 23:48:39 +0000 (15:48 -0800)
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>
arch/arm/boot/dts/am57xx-beagle-x15.dts

index 0e889eb62a598ef44b0d18735d29a8e476e18b08..03750af3b49a41493035217c34c16984343b226c 100644 (file)
 &omap_dwc3_2 {
        extcon = <&extcon_usb2>;
 };
+
+&usb2 {
+       dr_mode = "peripheral";
+};