From: m.grzeschik@pengutronix.de (Michael Grzeschik)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: dts: imx: rename imx5x usb entries as in imx6q.dtsi
Date: Thu, 15 Nov 2012 15:00:13 +0100 [thread overview]
Message-ID: <1352988014-14769-4-git-send-email-m.grzeschik@pengutronix.de> (raw)
In-Reply-To: <1352988014-14769-1-git-send-email-m.grzeschik@pengutronix.de>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
arch/arm/boot/dts/imx51.dtsi | 12 ++++++++----
arch/arm/boot/dts/imx53.dtsi | 12 ++++++++----
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 75d069f..366b8d3 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -21,6 +21,10 @@
gpio1 = &gpio2;
gpio2 = &gpio3;
gpio3 = &gpio4;
+ usb0 = &usbotg;
+ usb1 = &usbhost1;
+ usb2 = &usbhost2;
+ usb3 = &usbhost3;
};
tzic: tz-interrupt-controller at e0000000 {
@@ -130,28 +134,28 @@
};
};
- usb at 73f80000 {
+ usbotg: usb at 73f80000 {
compatible = "fsl,imx51-usb", "fsl,imx27-usb";
reg = <0x73f80000 0x0200>;
interrupts = <18>;
status = "disabled";
};
- usb at 73f80200 {
+ usbhost1: usb at 73f80200 {
compatible = "fsl,imx51-usb", "fsl,imx27-usb";
reg = <0x73f80200 0x0200>;
interrupts = <14>;
status = "disabled";
};
- usb at 73f80400 {
+ usbhost2: usb at 73f80400 {
compatible = "fsl,imx51-usb", "fsl,imx27-usb";
reg = <0x73f80400 0x0200>;
interrupts = <16>;
status = "disabled";
};
- usb at 73f80600 {
+ usbhost3: usb at 73f80600 {
compatible = "fsl,imx51-usb", "fsl,imx27-usb";
reg = <0x73f80600 0x0200>;
interrupts = <17>;
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 76ebb1a..2faa193 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -26,6 +26,10 @@
gpio4 = &gpio5;
gpio5 = &gpio6;
gpio6 = &gpio7;
+ usb0 = &usbotg;
+ usb1 = &usbhost1;
+ usb2 = &usbhost2;
+ usb3 = &usbhost3;
};
tzic: tz-interrupt-controller at 0fffc000 {
@@ -135,28 +139,28 @@
};
};
- usb at 53f80000 {
+ usbotg: usb at 53f80000 {
compatible = "fsl,imx53-usb", "fsl,imx27-usb";
reg = <0x53f80000 0x0200>;
interrupts = <18>;
status = "disabled";
};
- usb at 53f80200 {
+ usbhost1: usb at 53f80200 {
compatible = "fsl,imx53-usb", "fsl,imx27-usb";
reg = <0x53f80200 0x0200>;
interrupts = <14>;
status = "disabled";
};
- usb at 53f80400 {
+ usbhost2: usb at 53f80400 {
compatible = "fsl,imx53-usb", "fsl,imx27-usb";
reg = <0x53f80400 0x0200>;
interrupts = <16>;
status = "disabled";
};
- usb at 53f80600 {
+ usbhost3: usb at 53f80600 {
compatible = "fsl,imx53-usb", "fsl,imx27-usb";
reg = <0x53f80600 0x0200>;
interrupts = <17>;
--
1.7.10.4
next prev parent reply other threads:[~2012-11-15 14:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 14:00 [PATCH 0/4] mx5x usb{misc} devictree bindings and clocks Michael Grzeschik
2012-11-15 14:00 ` [PATCH 1/4] ARM: imx: add imx5x usb controller clock lookups Michael Grzeschik
2012-11-15 14:00 ` [PATCH 2/4] ARM: imx: add imx5x usbmisc " Michael Grzeschik
2012-11-16 9:25 ` Sascha Hauer
2012-11-16 14:28 ` Shawn Guo
2012-11-16 14:19 ` Sascha Hauer
2012-11-16 17:48 ` Fabio Estevam
2012-11-15 14:00 ` Michael Grzeschik [this message]
2012-11-15 14:00 ` [PATCH 4/4] ARM: dts: imx: add imx5x phy-mode entries Michael Grzeschik
2012-11-16 7:15 ` Shawn Guo
2012-11-16 9:28 ` Marc Kleine-Budde
2012-11-16 14:33 ` Shawn Guo
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=1352988014-14769-4-git-send-email-m.grzeschik@pengutronix.de \
--to=m.grzeschik@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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).