All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/3] ppc: t2080qds: add usb node
@ 2019-03-26  3:12 Yinbo Zhu
  2019-03-26  3:12 ` [U-Boot] [PATCH v2 2/3] usb: ehci: ppc: adopt 32 bit address Yinbo Zhu
  2019-03-26  3:12 ` [U-Boot] [PATCH v2 3/3] configs: enable usb device module in T2080QDS Yinbo Zhu
  0 siblings, 2 replies; 4+ messages in thread
From: Yinbo Zhu @ 2019-03-26  3:12 UTC (permalink / raw)
  To: u-boot

From: Yinbo Zhu <yinbo.zhu@nxp.com>

This patch is to add usb node for t2080qds

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
Change in v2:
		add York Sun for reviewing the patches set. 

 arch/powerpc/dts/t2080.dtsi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi
index f895dda4d7..666601ed49 100644
--- a/arch/powerpc/dts/t2080.dtsi
+++ b/arch/powerpc/dts/t2080.dtsi
@@ -68,5 +68,24 @@
 			bus-width = <4>;
 			voltage-ranges = <1800 1800 3300 3300>;
 		};
+
+		usb0: usb at 210000 {
+			compatible = "fsl-usb2-mph";
+			reg = <0x210000 0x1000>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts = <44 0x2 0 0>;
+			phy_type = "utmi";
+		};
+
+		usb1: usb at 211000 {
+			compatible = "fsl-usb2-dr";
+			reg = <0x211000 0x1000>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts = <45 0x2 0 0>;
+			dr_mode = "host";
+			phy_type = "utmi";
+		};
 	};
 };
-- 
2.17.1

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

end of thread, other threads:[~2019-04-07  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26  3:12 [U-Boot] [PATCH v2 1/3] ppc: t2080qds: add usb node Yinbo Zhu
2019-03-26  3:12 ` [U-Boot] [PATCH v2 2/3] usb: ehci: ppc: adopt 32 bit address Yinbo Zhu
2019-03-26  3:12 ` [U-Boot] [PATCH v2 3/3] configs: enable usb device module in T2080QDS Yinbo Zhu
2019-04-07  9:40   ` Prabhakar Kushwaha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.