[PATCH v5 08/11] arm/dts: am33xx: add dt data for usb nop phy
From: Ajay Kumar Gupta <hidden>
Date: 2012-07-25 12:07:26
Also in:
linux-omap
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ajay Kumar Gupta <hidden>
Date: 2012-07-25 12:07:26
Also in:
linux-omap
Subsystem:
the rest · Maintainer:
Linus Torvalds
AM33xx has two musb controller and they have one NOP PHY each. Added the device tree data for NOP PHY. Signed-off-by: Ajay Kumar Gupta <redacted> --- arch/arm/boot/dts/am33xx.dtsi | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 08e9a40..b03a9b5 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi@@ -155,6 +155,14 @@ ti,hwmods = "i2c3"; }; + usb0_phy: phy0 { + compatible = "nop-xceiv-usb"; + }; + + usb1_phy: phy1 { + compatible = "nop-xceiv-usb"; + }; + usb_otg_hs: usb_otg_hs { compatible = "ti,musb-am33xx"; ti,hwmods = "usb_otg_hs";
--
1.7.0.4