All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yinbo Zhu <yinbo.zhu@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] ppc: t2080qds: add usb node
Date: Tue, 26 Mar 2019 03:12:48 +0000	[thread overview]
Message-ID: <20190326031429.19926-1-yinbo.zhu@nxp.com> (raw)

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

             reply	other threads:[~2019-03-26  3:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-26  3:12 Yinbo Zhu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190326031429.19926-1-yinbo.zhu@nxp.com \
    --to=yinbo.zhu@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.