linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: mx23: Add USB resources
@ 2012-09-13 17:33 Fabio Estevam
  2012-09-13 17:33 ` [PATCH 2/2] ARM: dts: imx23-olinuxino: Add USB host support Fabio Estevam
  2012-09-17  6:43 ` [PATCH 1/2] ARM: dts: mx23: Add USB resources Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-09-13 17:33 UTC (permalink / raw)
  To: linux-arm-kernel

Add USB resources for mx23.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx23.dtsi |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index 9d0e803..17904db 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -436,9 +436,11 @@
 				status = "disabled";
 			};
 
-			usbphy at 8007c000 {
+			usbphy0: usbphy at 8007c000 {
+				compatible = "fsl,imx23-usbphy";
 				reg = <0x8007c000 0x2000>;
-				status = "disabled";
+				clocks = <&clks 41>;
+				status = "disabled";
 			};
 		};
 	};
@@ -450,8 +452,12 @@
 		reg = <0x80080000 0x80000>;
 		ranges;
 
-		usbctrl at 80080000 {
+		usb0: usb at 80080000 {
+			compatible = "fsl,imx23-usb", "fsl,imx27-usb";
 			reg = <0x80080000 0x40000>;
+			interrupts = <11>;
+			fsl,usbphy = <&usbphy0>;
+			clocks = <&clks 40>;
 			status = "disabled";
 		};
 	};
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-17 13:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 17:33 [PATCH 1/2] ARM: dts: mx23: Add USB resources Fabio Estevam
2012-09-13 17:33 ` [PATCH 2/2] ARM: dts: imx23-olinuxino: Add USB host support Fabio Estevam
2012-09-17  6:46   ` Shawn Guo
2012-09-17 13:03     ` Fabio Estevam
2012-09-17  6:43 ` [PATCH 1/2] ARM: dts: mx23: Add USB resources Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).