ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework
authorRoger Quadros <rogerq@ti.com>
Mon, 7 Oct 2013 10:46:50 +0000 (13:46 +0300)
committerBenoit Cousson <bcousson@baylibre.com>
Sun, 20 Oct 2013 17:16:57 +0000 (19:16 +0200)
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 <rogerq@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap3-beagle.dts

index 7669c16259a5afa1da39a9c0dc4e9ddd7486a0f3..fa532aaacc68943989241b92a6e31743e3e854fe 100644 (file)
 &usb_otg_hs {
        interface-type = <0>;
        usb-phy = <&usb2_phy>;
+       phys = <&usb2_phy>;
+       phy-names = "usb2-phy";
        mode = <3>;
        power = <50>;
 };