All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sanchayan Maity <maitysanchayan@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/4] ARM: dts: vf: Add device tree node for USB on Vybrid
Date: Tue,  9 Aug 2016 23:45:00 +0530	[thread overview]
Message-ID: <de82e1c3c2bda47398ee21b93afe61c4fd5eb9b5.1470764973.git.maitysanchayan@gmail.com> (raw)
In-Reply-To: <cover.1470764973.git.maitysanchayan@gmail.com>

Add device tree node for USB peripheral on Vybrid.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
---
 arch/arm/dts/vf.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi
index 1530d2f..d7d21a3 100644
--- a/arch/arm/dts/vf.dtsi
+++ b/arch/arm/dts/vf.dtsi
@@ -4,6 +4,7 @@
  * SPDX-License-Identifier:     GPL-2.0+ or X11
  */
 /include/ "skeleton.dtsi"
+#include <dt-bindings/gpio/gpio.h>
 
 / {
 	aliases {
@@ -20,6 +21,8 @@
 		serial5 = &uart5;
 		spi0 = &dspi0;
 		spi1 = &dspi1;
+		ehci0 = &ehci0;
+		ehci1 = &ehci1;
 	};
 
 	soc {
@@ -113,6 +116,12 @@
 				reg = <0x400ff100 0x40>;
 				#gpio-cells = <2>;
 			};
+
+			ehci0: ehci at 40034000 {
+				compatible = "fsl,vf610-usb";
+				reg = <0x40034000 0x800>;
+				status = "disabled";
+			};
 		};
 
 		aips1: aips-bus at 40080000 {
@@ -133,6 +142,11 @@
 				status = "disabled";
 			};
 
+			ehci1: ehci at 400b4000 {
+				compatible = "fsl,vf610-usb";
+				reg = <0x400b4000 0x800>;
+				status = "disabled";
+			};
 		};
 	};
 };
-- 
2.9.2

  parent reply	other threads:[~2016-08-09 18:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 18:14 [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model Sanchayan Maity
2016-08-09 18:14 ` [U-Boot] [PATCH v2 1/4] usb: host: ehci-vf: Migrate Vybrid USB " Sanchayan Maity
2016-09-02 22:52   ` Simon Glass
2016-08-09 18:15 ` Sanchayan Maity [this message]
2016-09-02 22:52   ` [U-Boot] [PATCH v2 2/4] ARM: dts: vf: Add device tree node for USB on Vybrid Simon Glass
2016-08-09 18:15 ` [U-Boot] [PATCH v2 3/4] ARM: dts: vf-colibri: Enable USB device tree node for Colibri Vybrid Sanchayan Maity
2016-09-02 22:52   ` Simon Glass
2016-08-09 18:15 ` [U-Boot] [PATCH v2 4/4] configs: colibri_vf_defconfig: Enable USB driver model " Sanchayan Maity
2016-09-02 22:52   ` Simon Glass
2016-08-23  4:42 ` [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model maitysanchayan at gmail.com
2016-08-23 13:17 ` Marek Vasut
2016-09-01  9:49   ` maitysanchayan at gmail.com
2016-09-02 22:53     ` Simon Glass
2016-09-04 18:22       ` Marek Vasut

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=de82e1c3c2bda47398ee21b93afe61c4fd5eb9b5.1470764973.git.maitysanchayan@gmail.com \
    --to=maitysanchayan@gmail.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.