From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: i.MX51: Allow to define partitions onto SDHC, PATA and NFC
Date: Sun, 13 Apr 2014 10:59:49 +0400 [thread overview]
Message-ID: <1397372389-32016-2-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1397372389-32016-1-git-send-email-shc_work@mail.ru>
This patch allow to define partitions onto SDHC, PATA and NFC in
user defined devicetrees.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm/boot/dts/imx51.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index cb3204a..12f0084 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -161,6 +161,8 @@
ranges;
esdhc1: esdhc at 70004000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx51-esdhc";
reg = <0x70004000 0x4000>;
interrupts = <1>;
@@ -172,6 +174,8 @@
};
esdhc2: esdhc at 70008000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx51-esdhc";
reg = <0x70008000 0x4000>;
interrupts = <2>;
@@ -219,6 +223,8 @@
};
esdhc3: esdhc at 70020000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx51-esdhc";
reg = <0x70020000 0x4000>;
interrupts = <3>;
@@ -231,6 +237,8 @@
};
esdhc4: esdhc at 70024000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx51-esdhc";
reg = <0x70024000 0x4000>;
interrupts = <4>;
@@ -534,6 +542,8 @@
};
nfc: nand at 83fdb000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx51-nand";
reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>;
interrupts = <8>;
@@ -542,6 +552,8 @@
};
pata: pata at 83fe0000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx51-pata", "fsl,imx27-pata";
reg = <0x83fe0000 0x4000>;
interrupts = <70>;
--
1.8.3.2
next prev parent reply other threads:[~2014-04-13 6:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-13 6:59 [PATCH 1/2] ARM: dts: i.MX27: Allow to define partitions onto SDHC Alexander Shiyan
2014-04-13 6:59 ` Alexander Shiyan [this message]
2014-04-14 1:32 ` Shawn Guo
2014-04-14 4:19 ` Alexander Shiyan
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=1397372389-32016-2-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).