Skip to content

Commit

Permalink
ARM: dts: omap3-igep: Add USB OTG support
Browse files Browse the repository at this point in the history
Commit ad871c1 ("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 <javier.martinez@collabora.co.uk>
Tested-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Javier Martinez Canillas authored and Benoit Cousson committed Oct 11, 2013
1 parent 559a08e commit aa496bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/omap3-igep.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

0 comments on commit aa496bd

Please sign in to comment.