From: fabio.estevam@freescale.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: mx23: Add USB resources
Date: Thu, 13 Sep 2012 14:33:38 -0300 [thread overview]
Message-ID: <1347557619-17793-1-git-send-email-fabio.estevam@freescale.com> (raw)
Add USB resources for mx23.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/boot/dts/imx23.dtsi | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index 9d0e803..17904db 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -436,9 +436,11 @@
status = "disabled";
};
- usbphy at 8007c000 {
+ usbphy0: usbphy at 8007c000 {
+ compatible = "fsl,imx23-usbphy";
reg = <0x8007c000 0x2000>;
- status = "disabled";
+ clocks = <&clks 41>;
+ status = "disabled";
};
};
};
@@ -450,8 +452,12 @@
reg = <0x80080000 0x80000>;
ranges;
- usbctrl at 80080000 {
+ usb0: usb at 80080000 {
+ compatible = "fsl,imx23-usb", "fsl,imx27-usb";
reg = <0x80080000 0x40000>;
+ interrupts = <11>;
+ fsl,usbphy = <&usbphy0>;
+ clocks = <&clks 40>;
status = "disabled";
};
};
--
1.7.9.5
next reply other threads:[~2012-09-13 17:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-13 17:33 Fabio Estevam [this message]
2012-09-13 17:33 ` [PATCH 2/2] ARM: dts: imx23-olinuxino: Add USB host support Fabio Estevam
2012-09-17 6:46 ` Shawn Guo
2012-09-17 13:03 ` Fabio Estevam
2012-09-17 6:43 ` [PATCH 1/2] ARM: dts: mx23: Add USB resources 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=1347557619-17793-1-git-send-email-fabio.estevam@freescale.com \
--to=fabio.estevam@freescale.com \
--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).