From: Roger Quadros Date: Mon, 7 Oct 2013 10:46:50 +0000 (+0300) Subject: ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b462b05ab6f3b1b6121446beb87a9eac5a37fd55;p=linux-beck.git ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework The generic PHY framewrok expects different properties than the old USB PHY framework. Supply those properties. Fixes USB OTG port on beagle after the Generic PHY framework was merged in greg/usb-next. [1] [1] - https://lkml.org/lkml/2013/9/27/581 Signed-off-by: Roger Quadros Acked-by: Felipe Balbi Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 7669c16259a5..fa532aaacc68 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -173,6 +173,8 @@ &usb_otg_hs { interface-type = <0>; usb-phy = <&usb2_phy>; + phys = <&usb2_phy>; + phy-names = "usb2-phy"; mode = <3>; power = <50>; };