diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-08-17 09:41:04 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-10-31 13:40:37 -0500 |
commit | 4be052e1200ef9a574e499bb00b31a1d861bc219 (patch) | |
tree | 6dbd7a43bddade33b030533fb0d2b353e842a5b9 /arch/arm/boot/dts/highbank.dts | |
parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (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.dts | 5 |
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 @@ reg = <0xffe0e000 0x1000>; interrupts = <0 90 4>; clocks = <&eclk>; + status = "disabled"; }; memory-controller@fff00000 { @@ -156,6 +157,7 @@ interrupts = <0 14 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; gpiof: gpio@fff31000 { @@ -166,6 +168,7 @@ interrupts = <0 15 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; gpiog: gpio@fff32000 { @@ -176,6 +179,7 @@ interrupts = <0 16 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; gpioh: gpio@fff33000 { @@ -186,6 +190,7 @@ interrupts = <0 17 4>; clocks = <&pclk>; clock-names = "apb_pclk"; + status = "disabled"; }; timer { |