From: Wade Farnsworth <wfarnsworth@mvista.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>
Subject: [PATCH 1/2] Add flash node to mpc8641_hpcn.dts
Date: Tue, 22 Jan 2008 09:38:37 -0700 [thread overview]
Message-ID: <1201019917.5716.154.camel@rhino> (raw)
Add flash and partition information to mpc8641_hpcn.dts
Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
---
arch/powerpc/boot/dts/mpc8641_hpcn.dts | 27 +++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index a719179..679e857 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -457,4 +457,31 @@
0 00100000>;
};
};
+
+ flash@ff800000 {
+ compatible = "cfi-flash";
+ reg = <ff800000 00800000>;
+ bank-width = <2>;
+ device-width = <2>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ partition@0 {
+ label = "kernel";
+ reg = <00000000 00300000>;
+ };
+ partition@300000 {
+ label = "firmware b";
+ reg = <00300000 00100000>;
+ read-only;
+ };
+ partition@400000 {
+ label = "fs";
+ reg = <00400000 00300000>;
+ };
+ partition@700000 {
+ label = "firmware a";
+ reg = <00700000 00100000>;
+ read-only;
+ };
+ };
};
next reply other threads:[~2008-01-22 17:04 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-22 16:38 Wade Farnsworth [this message]
2008-01-22 16:44 ` [PATCH 1/2] Add flash node to mpc8641_hpcn.dts Kumar Gala
2008-01-22 16:47 ` Wade Farnsworth
2008-01-22 16:49 ` Kumar Gala
2008-01-22 16:47 ` [PATCH 2/2] MPC8641 HPCN: publish all soc and flash devices Wade Farnsworth
2008-01-22 16:50 ` Kumar Gala
2008-01-22 23:26 ` Stephen Rothwell
2008-01-22 20:13 ` [PATCH v2 1/2] Add localbus and flash nodes to mpc8641_hpcn.dts Wade Farnsworth
2008-01-22 20:17 ` [PATCH v2 2/2] MPC8641 HPCN: call of_platform_bus_probe() Wade Farnsworth
2008-01-22 20:36 ` Kumar Gala
2008-01-22 23:28 ` Stephen Rothwell
2008-01-22 23:36 ` Kumar Gala
2008-01-22 20:37 ` [PATCH v2 1/2] Add localbus and flash nodes to mpc8641_hpcn.dts Kumar Gala
2008-01-22 20:41 ` Jon Loeliger
2008-01-22 21:07 ` Kumar Gala
2008-01-22 21:19 ` Wade Farnsworth
2008-01-22 21:22 ` Jon Loeliger
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=1201019917.5716.154.camel@rhino \
--to=wfarnsworth@mvista.com \
--cc=galak@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.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).