diff options
author | Vipin Kumar <vipin.kumar@st.com> | 2012-07-04 23:51:47 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 05:22:54 -0500 |
commit | 482a8f3f53e9bc7a52ef54f6cd40bcf2c270e2f5 (patch) | |
tree | 35913c61886127100c9f737f2278fa7c257e3abf /arch/arm/boot/dts/spear310-evb.dts | |
parent | 7db083e0e1b70b0300eeb5945538e725c018f8e0 (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/spear310-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/spear310-evb.dts | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/spear310-evb.dts b/arch/arm/boot/dts/spear310-evb.dts index b00544e0cd5d..b30fa0e60010 100644 --- a/arch/arm/boot/dts/spear310-evb.dts +++ b/arch/arm/boot/dts/spear310-evb.dts | |||
@@ -114,15 +114,23 @@ | |||
114 | }; | 114 | }; |
115 | partition@10000 { | 115 | partition@10000 { |
116 | label = "u-boot"; | 116 | label = "u-boot"; |
117 | reg = <0x10000 0x40000>; | 117 | reg = <0x10000 0x50000>; |
118 | }; | 118 | }; |
119 | partition@50000 { | 119 | partition@60000 { |
120 | label = "environment"; | ||
121 | reg = <0x60000 0x10000>; | ||
122 | }; | ||
123 | partition@70000 { | ||
124 | label = "dtb"; | ||
125 | reg = <0x70000 0x10000>; | ||
126 | }; | ||
127 | partition@80000 { | ||
120 | label = "linux"; | 128 | label = "linux"; |
121 | reg = <0x50000 0x2c0000>; | 129 | reg = <0x80000 0x310000>; |
122 | }; | 130 | }; |
123 | partition@310000 { | 131 | partition@390000 { |
124 | label = "rootfs"; | 132 | label = "rootfs"; |
125 | reg = <0x310000 0x4f0000>; | 133 | reg = <0x390000 0x0>; |
126 | }; | 134 | }; |
127 | }; | 135 | }; |
128 | }; | 136 | }; |