diff options
author | Roger Quadros <rogerq@ti.com> | 2013-09-24 11:53:56 +0300 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 21:06:36 +0200 |
commit | 816602086b2559271b55af70f22c9fa103af2c20 (patch) | |
tree | 68d472f51fda6a16f9d393dc0904ba3562878a02 /arch/arm | |
parent | aaba94429ab3570b7abe4ef2254a75a3a305e358 (diff) | |
download | talos-op-linux-816602086b2559271b55af70f22c9fa103af2c20.tar.gz talos-op-linux-816602086b2559271b55af70f22c9fa103af2c20.zip |
ARM: dts: omap3-beagle: Add USB OTG PHY details
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 12378224e46f..7669c16259a5 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -169,3 +169,10 @@ pinctrl-names = "default"; pinctrl-0 = <&gpio1_pins>; }; + +&usb_otg_hs { + interface-type = <0>; + usb-phy = <&usb2_phy>; + mode = <3>; + power = <50>; +}; |