[PATCH 1/5] Add MTD support to mpc8641_hpcn.dts
Wade Farnsworth
wfarnsworth at mvista.com
Wed May 16 02:23:35 EST 2007
Signed-off-by: Wade Farnsworth <wfarnsworth at mvista.com>
---
arch/powerpc/boot/dts/mpc8641_hpcn.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
Index: linux-2.6-8641/arch/powerpc/boot/dts/mpc8641_hpcn.dts
===================================================================
--- linux-2.6-8641.orig/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ linux-2.6-8641/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -335,4 +335,17 @@
big-endian;
};
};
+
+ flash at ff800000 {
+ device_type = "rom";
+ compatible = "direct-mapped";
+ probe-type = "CFI";
+ reg = <ff800000 00800000>;
+ bank-width = <2>;
+ partitions = <00000000 00300000
+ 00300000 00100000
+ 00400000 00300000
+ 00700000 00100000>;
+ partition-names = "kernel", "firmware b", "fs", "firmware a";
+ };
};
More information about the Linuxppc-dev
mailing list