diff options
author | Javier Martinez Canillas <[email protected]> | 2013-10-07 17:12:23 +0200 |
---|---|---|
committer | Benoit Cousson <[email protected]> | 2013-10-11 21:06:43 +0200 |
commit | aa496bde78b9e6d1124b69b9f49acf4ee7d6b282 (patch) | |
tree | 198acedaaf9af4eb2816617af97a19d570a2c0d7 | |
parent | 559a08e89350e269a4bba93629f39da5dd8e4fef (diff) |
ARM: dts: omap3-igep: Add USB OTG support
Commit ad871c10b ("ARM: dts: OMAP: Add usb_otg and glue data to O
added USB OTG support for most OMAP boards but some OMAP3 boards
such as IGEP boards were not updated. This patch adds an USB OTG
device node to these board.
Signed-off-by: Javier Martinez Canillas <[email protected]>
Tested-by: Enric Balletbo i Serra <[email protected]>
Signed-off-by: Benoit Cousson <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/omap3-igep.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi index 0f92224dc4fc..ba1e58b7b7e3 100644 --- a/arch/arm/boot/dts/omap3-igep.dtsi +++ b/arch/arm/boot/dts/omap3-igep.dtsi @@ -143,3 +143,12 @@ &twl_gpio { ti,use-leds; }; + +&usb_otg_hs { + interface-type = <0>; + usb-phy = <&usb2_phy>; + phys = <&usb2_phy>; + phy-names = "usb2-phy"; + mode = <3>; + power = <50>; +}; |