From: Anton Vorontsov <avorontsov@ru•mvista.com>
To: Kumar Gala <galak@kernel•crashing.org>
Cc: linuxppc-dev@ozlabs•org, Haiying Wang <Haiying.Wang@freescale•com>
Subject: [PATCH 3/6] powerpc/85xx: Fix reg and interrupts for mpc8569emds' localbus, add NAND
Date: Sat, 2 May 2009 06:16:51 +0400 [thread overview]
Message-ID: <20090502021651.GC18281@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <20090502021611.GA17570@oksana.dev.rtsoft.ru>
This patch fixes bogus reg = <> property in the localbus node,
and fixes interrupt property (should be "interrupts").
Also add node for NAND support.
Signed-off-by: Anton Vorontsov <avorontsov@ru•mvista.com>
---
arch/powerpc/boot/dts/mpc8569mds.dts | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts
index bcf8042..ede515e 100644
--- a/arch/powerpc/boot/dts/mpc8569mds.dts
+++ b/arch/powerpc/boot/dts/mpc8569mds.dts
@@ -53,13 +53,14 @@
#address-cells = <2>;
#size-cells = <1>;
compatible = "fsl,mpc8569-elbc", "fsl,elbc", "simple-bus";
- reg = <0 0xe0005000 0 0x1000>;
- interrupt = <19 2>;
+ reg = <0xe0005000 0x1000>;
+ interrupts = <19 2>;
interrupt-parent = <&mpic>;
ranges = <0x0 0x0 0xfe000000 0x02000000
0x1 0x0 0xf8000000 0x00008000
0x2 0x0 0xf0000000 0x04000000
+ 0x3 0x0 0xfc000000 0x00008000
0x4 0x0 0xf8008000 0x00008000
0x5 0x0 0xf8010000 0x00008000>;
@@ -77,6 +78,12 @@
reg = <1 0 0x8000>;
};
+ nand@3,0 {
+ compatible = "fsl,mpc8569-fcm-nand",
+ "fsl,elbc-fcm-nand";
+ reg = <3 0 0x8000>;
+ };
+
pib@4,0 {
compatible = "fsl,mpc8569mds-pib";
reg = <4 0 0x8000>;
--
1.6.2.2
next prev parent reply other threads:[~2009-05-02 2:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-02 2:16 [PATCH 0/6] Some fixes and enhancements for MPC8569E-MDS boards Anton Vorontsov
2009-05-02 2:16 ` [PATCH 1/6] powerpc/85xx: Add PCI IDs for MPC8569 family processors Anton Vorontsov
2009-05-08 14:10 ` Kumar Gala
2009-05-02 2:16 ` [PATCH 2/6] powerpc/85xx: Fix mpc8569emds' crypto node to include SNOW unit Anton Vorontsov
2009-05-08 14:11 ` Kumar Gala
2009-05-02 2:16 ` Anton Vorontsov [this message]
2009-05-08 14:11 ` [PATCH 3/6] powerpc/85xx: Fix reg and interrupts for mpc8569emds' localbus, add NAND Kumar Gala
2009-05-02 2:16 ` [PATCH 4/6] powerpc/85xx: Add eSDHC support for MPC8569E-MDS boards Anton Vorontsov
2009-05-08 14:14 ` Kumar Gala
2009-05-02 2:16 ` [PATCH 5/6] powerpc/85xx: Enable Serial RapidIO for MPC85xx MDS boards Anton Vorontsov
2009-05-08 14:14 ` Kumar Gala
2009-05-02 2:16 ` [PATCH 6/6] powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDS Anton Vorontsov
2009-05-08 14:13 ` Kumar Gala
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=20090502021651.GC18281@oksana.dev.rtsoft.ru \
--to=avorontsov@ru$(echo .)mvista.com \
--cc=Haiying.Wang@freescale$(echo .)com \
--cc=galak@kernel$(echo .)crashing.org \
--cc=linuxppc-dev@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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