summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-beagle-xm.dts
diff options
context:
space:
mode:
authorKishon Vijay Abraham I2013-09-27 08:23:29 +0200
committerGreg Kroah-Hartman2013-09-28 02:36:58 +0200
commit975d963e6ddcc0f906f53f62f9dc6ee817ea5d88 (patch)
treed4340a8707f6c7ef90db9757379a9f2597262378 /arch/arm/boot/dts/omap3-beagle-xm.dts
parentarm: omap3: twl: add phy consumer data in twl4030_usb_data (diff)
downloadkernel-qcow2-linux-975d963e6ddcc0f906f53f62f9dc6ee817ea5d88.tar.gz
kernel-qcow2-linux-975d963e6ddcc0f906f53f62f9dc6ee817ea5d88.tar.xz
kernel-qcow2-linux-975d963e6ddcc0f906f53f62f9dc6ee817ea5d88.zip
ARM: dts: omap: update usb_otg_hs data
Updated the usb_otg_hs dt data to include the *phy* and *phy-names* binding in order for the driver to use the new generic PHY framework. Also updated the Documentation to include the binding information. The PHY binding information can be found at Documentation/devicetree/bindings/phy/phy-bindings.txt Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Felipe Balbi <balbi@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/omap3-beagle-xm.dts')
-rw-r--r--arch/arm/boot/dts/omap3-beagle-xm.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 0c514dc8460c..84838469f0d6 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -144,6 +144,8 @@
&usb_otg_hs {
interface-type = <0>;
usb-phy = <&usb2_phy>;
+ phys = <&usb2_phy>;
+ phy-names = "usb2-phy";
mode = <3>;
power = <50>;
};