ARM: dts: omap3-beagle: Add USB OTG PHY details
authorRoger Quadros <rogerq@ti.com>
Tue, 24 Sep 2013 08:53:56 +0000 (11:53 +0300)
committerBenoit Cousson <bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:36 +0000 (21:06 +0200)
Add information about the USB OTG PHY. Without this
the OTG port on beagle will not work.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap3-beagle.dts

index 12378224e46f1b3a16ab5b72df5a9745ab163469..7669c16259a5afa1da39a9c0dc4e9ddd7486a0f3 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&gpio1_pins>;
 };
+
+&usb_otg_hs {
+       interface-type = <0>;
+       usb-phy = <&usb2_phy>;
+       mode = <3>;
+       power = <50>;
+};