linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/p4080ds: dts - add usb controller version info and port0
@ 2012-08-10 10:48 Shengzhou Liu
  2012-08-10 10:48 ` [PATCH 2/2] powerpc/usb: fix bug of CPU hang when missing USB PHY clock Shengzhou Liu
  2012-08-10 12:57 ` [PATCH 1/2] powerpc/p4080ds: dts - add usb controller version info and port0 Kumar Gala
  0 siblings, 2 replies; 8+ messages in thread
From: Shengzhou Liu @ 2012-08-10 10:48 UTC (permalink / raw)
  To: linuxppc-dev, linux-usb; +Cc: Shengzhou Liu

Add the missing usb controller version info and port0, which is
required during setup usb phy.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 arch/powerpc/boot/dts/fsl/p4080si-post.dtsi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
index 8d35d2c..4f9c9f6 100644
--- a/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi
@@ -345,6 +345,13 @@
 /include/ "qoriq-duart-1.dtsi"
 /include/ "qoriq-gpio-0.dtsi"
 /include/ "qoriq-usb2-mph-0.dtsi"
+	usb@210000 {
+		compatible = "fsl-usb2-mph-v1.6", "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph";
+		port0;
+	};
 /include/ "qoriq-usb2-dr-0.dtsi"
+	usb@211000 {
+		compatible = "fsl-usb2-dr-v1.6", "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
+	};
 /include/ "qoriq-sec4.0-0.dtsi"
 };
-- 
1.6.4

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

end of thread, other threads:[~2012-08-21 14:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 10:48 [PATCH 1/2] powerpc/p4080ds: dts - add usb controller version info and port0 Shengzhou Liu
2012-08-10 10:48 ` [PATCH 2/2] powerpc/usb: fix bug of CPU hang when missing USB PHY clock Shengzhou Liu
2012-08-10 13:50   ` Kumar Gala
2012-08-13  3:01     ` Liu Shengzhou-B36685
2012-08-21  1:22       ` Kumar Gala
2012-08-21 14:33         ` Alan Stern
2012-08-21  2:31   ` Tabi Timur-B04825
2012-08-10 12:57 ` [PATCH 1/2] powerpc/p4080ds: dts - add usb controller version info and port0 Kumar Gala

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).