diff options
author | Roger Quadros <rogerq@ti.com> | 2013-09-24 04:53:56 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 15:06:36 -0400 |
commit | 816602086b2559271b55af70f22c9fa103af2c20 (patch) | |
tree | 68d472f51fda6a16f9d393dc0904ba3562878a02 /arch/arm/boot/dts/omap3-beagle.dts | |
parent | aaba94429ab3570b7abe4ef2254a75a3a305e358 (diff) |
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/boot/dts/omap3-beagle.dts')
-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 @@ | |||
169 | pinctrl-names = "default"; | 169 | pinctrl-names = "default"; |
170 | pinctrl-0 = <&gpio1_pins>; | 170 | pinctrl-0 = <&gpio1_pins>; |
171 | }; | 171 | }; |
172 | |||
173 | &usb_otg_hs { | ||
174 | interface-type = <0>; | ||
175 | usb-phy = <&usb2_phy>; | ||
176 | mode = <3>; | ||
177 | power = <50>; | ||
178 | }; | ||