aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/spear600-evb.dts
diff options
context:
space:
mode:
authorVipin Kumar <vipin.kumar@st.com>2012-07-04 23:51:47 -0400
committerViresh Kumar <viresh.kumar@linaro.org>2012-11-26 05:22:54 -0500
commit482a8f3f53e9bc7a52ef54f6cd40bcf2c270e2f5 (patch)
tree35913c61886127100c9f737f2278fa7c257e3abf /arch/arm/boot/dts/spear600-evb.dts
parent7db083e0e1b70b0300eeb5945538e725c018f8e0 (diff)
ARM: SPEAr: DT: Update partition info for MTD devices
This patch enhances partition information of MTD devices like fsmc-nand and spear-smi. Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/spear600-evb.dts')
-rw-r--r--arch/arm/boot/dts/spear600-evb.dts18
1 files changed, 13 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/spear600-evb.dts b/arch/arm/boot/dts/spear600-evb.dts
index 1119c22c9a82..16e4de46c7b8 100644
--- a/arch/arm/boot/dts/spear600-evb.dts
+++ b/arch/arm/boot/dts/spear600-evb.dts
@@ -49,15 +49,23 @@
49 }; 49 };
50 partition@10000 { 50 partition@10000 {
51 label = "u-boot"; 51 label = "u-boot";
52 reg = <0x10000 0x40000>; 52 reg = <0x10000 0x50000>;
53 }; 53 };
54 partition@50000 { 54 partition@60000 {
55 label = "environment";
56 reg = <0x60000 0x10000>;
57 };
58 partition@70000 {
59 label = "dtb";
60 reg = <0x70000 0x10000>;
61 };
62 partition@80000 {
55 label = "linux"; 63 label = "linux";
56 reg = <0x50000 0x2c0000>; 64 reg = <0x80000 0x310000>;
57 }; 65 };
58 partition@310000 { 66 partition@390000 {
59 label = "rootfs"; 67 label = "rootfs";
60 reg = <0x310000 0x4f0000>; 68 reg = <0x390000 0x0>;
61 }; 69 };
62 }; 70 };
63 }; 71 };