aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/highbank.dts
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-08-17 10:41:04 -0400
committerRob Herring <rob.herring@calxeda.com>2012-10-31 14:40:37 -0400
commit4be052e1200ef9a574e499bb00b31a1d861bc219 (patch)
tree6dbd7a43bddade33b030533fb0d2b353e842a5b9 /arch/arm/boot/dts/highbank.dts
parent8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff)
ARM: highbank: disable unused sdhci and gpio in dts
These peripherals are not enabled in current systems, so turn them off. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/highbank.dts')
-rw-r--r--arch/arm/boot/dts/highbank.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts
index 0c6fc34821f9..28d58727b8c0 100644
--- a/arch/arm/boot/dts/highbank.dts
+++ b/arch/arm/boot/dts/highbank.dts
@@ -132,6 +132,7 @@
132 reg = <0xffe0e000 0x1000>; 132 reg = <0xffe0e000 0x1000>;
133 interrupts = <0 90 4>; 133 interrupts = <0 90 4>;
134 clocks = <&eclk>; 134 clocks = <&eclk>;
135 status = "disabled";
135 }; 136 };
136 137
137 memory-controller@fff00000 { 138 memory-controller@fff00000 {
@@ -156,6 +157,7 @@
156 interrupts = <0 14 4>; 157 interrupts = <0 14 4>;
157 clocks = <&pclk>; 158 clocks = <&pclk>;
158 clock-names = "apb_pclk"; 159 clock-names = "apb_pclk";
160 status = "disabled";
159 }; 161 };
160 162
161 gpiof: gpio@fff31000 { 163 gpiof: gpio@fff31000 {
@@ -166,6 +168,7 @@
166 interrupts = <0 15 4>; 168 interrupts = <0 15 4>;
167 clocks = <&pclk>; 169 clocks = <&pclk>;
168 clock-names = "apb_pclk"; 170 clock-names = "apb_pclk";
171 status = "disabled";
169 }; 172 };
170 173
171 gpiog: gpio@fff32000 { 174 gpiog: gpio@fff32000 {
@@ -176,6 +179,7 @@
176 interrupts = <0 16 4>; 179 interrupts = <0 16 4>;
177 clocks = <&pclk>; 180 clocks = <&pclk>;
178 clock-names = "apb_pclk"; 181 clock-names = "apb_pclk";
182 status = "disabled";
179 }; 183 };
180 184
181 gpioh: gpio@fff33000 { 185 gpioh: gpio@fff33000 {
@@ -186,6 +190,7 @@
186 interrupts = <0 17 4>; 190 interrupts = <0 17 4>;
187 clocks = <&pclk>; 191 clocks = <&pclk>;
188 clock-names = "apb_pclk"; 192 clock-names = "apb_pclk";
193 status = "disabled";
189 }; 194 };
190 195
191 timer { 196 timer {