diff options
author | Vipul Kumar Samar <vipulkumar.samar@st.com> | 2012-07-04 23:51:47 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 05:23:48 -0500 |
commit | f631b984ee104bb3979cd26311abbcd4d23a715d (patch) | |
tree | 144736f12db74b1cb31e92e1cbfb69dbb7645ec2 /arch/arm/boot/dts/spear320-evb.dts | |
parent | 482a8f3f53e9bc7a52ef54f6cd40bcf2c270e2f5 (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/spear320-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/spear320-evb.dts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/spear320-evb.dts b/arch/arm/boot/dts/spear320-evb.dts index 5b73d9c805d9..bf5848d9aa2b 100644 --- a/arch/arm/boot/dts/spear320-evb.dts +++ b/arch/arm/boot/dts/spear320-evb.dts | |||
@@ -82,10 +82,6 @@ | |||
82 | }; | 82 | }; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | clcd@90000000 { | ||
86 | status = "okay"; | ||
87 | }; | ||
88 | |||
89 | dma@fc400000 { | 85 | dma@fc400000 { |
90 | status = "okay"; | 86 | status = "okay"; |
91 | }; | 87 | }; |
@@ -99,6 +95,7 @@ | |||
99 | }; | 95 | }; |
100 | 96 | ||
101 | sdhci@70000000 { | 97 | sdhci@70000000 { |
98 | power-gpio = <&gpiopinctrl 61 1>; | ||
102 | status = "okay"; | 99 | status = "okay"; |
103 | }; | 100 | }; |
104 | 101 | ||