From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: i.MX27: Add Secondary AHB Port definitions
Date: Sat, 29 Jun 2013 10:28:45 +0400 [thread overview]
Message-ID: <1372487325-14405-1-git-send-email-shc_work@mail.ru> (raw)
Patch adds Secondary AHB Port definitions for i.MX27 SOC and
moves NAND Flash Controller (NFC) under AHB Slave Port 1.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/boot/dts/imx27.dtsi | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 86b6f5f..7c0179e 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -399,14 +399,30 @@
};
};
- nfc: nand at d8000000 {
+ ahb1: ahb at 80000000 { /* Secondary AHB Slave Port 1 */
+ compatible = "fsl,ahb-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- compatible = "fsl,imx27-nand";
- reg = <0xd8000000 0x1000>;
- interrupts = <29>;
- clocks = <&clks 54>;
- status = "disabled";
+ reg = <0x80000000 0x20000000>;
+ ranges;
+ };
+
+ ahb2: ahb at a0000000 { /* Secondary AHB Slave Port 2 */
+ compatible = "fsl,ahb-bus", "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0xa0000000 0x40000000>;
+ ranges;
+
+ nfc: nand at d8000000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "fsl,imx27-nand";
+ reg = <0xd8000000 0x1000>;
+ interrupts = <29>;
+ clocks = <&clks 54>;
+ status = "disabled";
+ };
};
iram: iram at ffff4c00 {
--
1.8.1.5
next reply other threads:[~2013-06-29 6:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-29 6:28 Alexander Shiyan [this message]
2013-07-01 12:58 ` [PATCH] ARM: dts: i.MX27: Add Secondary AHB Port definitions Shawn Guo
2013-07-01 14:08 ` Re[2]: " Alexander Shiyan
2013-07-01 14:17 ` 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=1372487325-14405-1-git-send-email-shc_work@mail.ru \
--to=shc_work@mail.ru \
--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).