From: Roger Quadros Date: Tue, 24 Sep 2013 08:53:56 +0000 (+0300) Subject: ARM: dts: omap3-beagle: Add USB OTG PHY details X-Git-Tag: v3.13-rc1~156^2~6^2~3^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=816602086b2559271b55af70f22c9fa103af2c20;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 1237822..7669c16 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>; +};