linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Add flash node to mpc8641_hpcn.dts
@ 2008-01-22 16:38 Wade Farnsworth
  2008-01-22 16:44 ` Kumar Gala
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Wade Farnsworth @ 2008-01-22 16:38 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

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;
+		};
+	};
 };

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-01-22 23:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-22 16:38 [PATCH 1/2] Add flash node to mpc8641_hpcn.dts Wade Farnsworth
2008-01-22 16:44 ` 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

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).