Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81660208 authored by Roger Quadros's avatar Roger Quadros Committed by Benoit Cousson
Browse files

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: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent aaba9442
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>;
};