Skip to content

Commit

Permalink
ARM: highbank: disable unused sdhci and gpio in dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring committed Oct 31, 2012
1 parent 8f0d816 commit 4be052e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/highbank.dts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
reg = <0xffe0e000 0x1000>;
interrupts = <0 90 4>;
clocks = <&eclk>;
status = "disabled";
};

memory-controller@fff00000 {
Expand All @@ -156,6 +157,7 @@
interrupts = <0 14 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};

gpiof: gpio@fff31000 {
Expand All @@ -166,6 +168,7 @@
interrupts = <0 15 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};

gpiog: gpio@fff32000 {
Expand All @@ -176,6 +179,7 @@
interrupts = <0 16 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};

gpioh: gpio@fff33000 {
Expand All @@ -186,6 +190,7 @@
interrupts = <0 17 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};

timer {
Expand Down

0 comments on commit 4be052e

Please sign in to comment.