Commit 4be052e1 authored by Rob Herring's avatar Rob Herring

ARM: highbank: disable unused sdhci and gpio in dts

These peripherals are not enabled in current systems, so turn them off.
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 8f0d8163
......@@ -132,6 +132,7 @@ sdhci@ffe0e000 {
reg = <0xffe0e000 0x1000>;
interrupts = <0 90 4>;
clocks = <&eclk>;
status = "disabled";
};
memory-controller@fff00000 {
......@@ -156,6 +157,7 @@ gpioe: gpio@fff30000 {
interrupts = <0 14 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};
gpiof: gpio@fff31000 {
......@@ -166,6 +168,7 @@ gpiof: gpio@fff31000 {
interrupts = <0 15 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};
gpiog: gpio@fff32000 {
......@@ -176,6 +179,7 @@ gpiog: gpio@fff32000 {
interrupts = <0 16 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};
gpioh: gpio@fff33000 {
......@@ -186,6 +190,7 @@ gpioh: gpio@fff33000 {
interrupts = <0 17 4>;
clocks = <&pclk>;
clock-names = "apb_pclk";
status = "disabled";
};
timer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment