aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/spear1310-evb.dts
diff options
context:
space:
mode:
authorVipul Kumar Samar <vipulkumar.samar@st.com>2012-07-04 23:51:47 -0400
committerViresh Kumar <viresh.kumar@linaro.org>2012-11-26 05:23:48 -0500
commitf631b984ee104bb3979cd26311abbcd4d23a715d (patch)
tree144736f12db74b1cb31e92e1cbfb69dbb7645ec2 /arch/arm/boot/dts/spear1310-evb.dts
parent482a8f3f53e9bc7a52ef54f6cd40bcf2c270e2f5 (diff)
ARM: SPEAr: DT: Fix existing DT support
This patch fixes existing DT support for all SPEAr SoC's. This includes: - Removing few nodes from board files - Updating DT data of few nodes - Updating ranges of few busses - Moving devices to correct parent bus Signed-off-by: Bhavna Yadav <bhavna.yadav@st.com> Signed-off-by: Deepak Sikri <deepak.sikri@st.com> Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com> Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by: Vijay Kumar Mishra <vijay.kumar@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/spear1310-evb.dts')
-rw-r--r--arch/arm/boot/dts/spear1310-evb.dts13
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts
index 010e21deb867..668dcb27dafd 100644
--- a/arch/arm/boot/dts/spear1310-evb.dts
+++ b/arch/arm/boot/dts/spear1310-evb.dts
@@ -192,10 +192,6 @@
192 }; 192 };
193 }; 193 };
194 194
195 spi0: spi@e0100000 {
196 status = "okay";
197 };
198
199 ehci@e4800000 { 195 ehci@e4800000 {
200 status = "okay"; 196 status = "okay";
201 }; 197 };
@@ -233,10 +229,6 @@
233 status = "okay"; 229 status = "okay";
234 }; 230 };
235 231
236 i2c1: i2c@5cd00000 {
237 status = "okay";
238 };
239
240 kbd@e0300000 { 232 kbd@e0300000 {
241 linux,keymap = < 0x00000001 233 linux,keymap = < 0x00000001
242 0x00010002 234 0x00010002
@@ -321,6 +313,7 @@
321 0x08080052 >; 313 0x08080052 >;
322 autorepeat; 314 autorepeat;
323 st,mode = <0>; 315 st,mode = <0>;
316 suspended_rate = <2000000>;
324 status = "okay"; 317 status = "okay";
325 }; 318 };
326 319
@@ -332,6 +325,10 @@
332 status = "okay"; 325 status = "okay";
333 }; 326 };
334 327
328 spi0: spi@e0100000 {
329 status = "okay";
330 };
331
335 wdt@ec800620 { 332 wdt@ec800620 {
336 status = "okay"; 333 status = "okay";
337 }; 334 };