]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: highbank: disable unused sdhci and gpio in dts
authorRob Herring <rob.herring@calxeda.com>
Fri, 17 Aug 2012 14:41:04 +0000 (09:41 -0500)
committerRob Herring <rob.herring@calxeda.com>
Wed, 31 Oct 2012 18:40:37 +0000 (13:40 -0500)
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>
arch/arm/boot/dts/highbank.dts

index 0c6fc34821f93f336fd705626c35da8b9cbba9f3..28d58727b8c01c73749ea0d4539ce89db037e142 100644 (file)
                        reg = <0xffe0e000 0x1000>;
                        interrupts = <0 90 4>;
                        clocks = <&eclk>;
+                       status = "disabled";
                };
 
                memory-controller@fff00000 {
                        interrupts = <0 14 4>;
                        clocks = <&pclk>;
                        clock-names = "apb_pclk";
+                       status = "disabled";
                };
 
                gpiof: gpio@fff31000 {
                        interrupts = <0 15 4>;
                        clocks = <&pclk>;
                        clock-names = "apb_pclk";
+                       status = "disabled";
                };
 
                gpiog: gpio@fff32000 {
                        interrupts = <0 16 4>;
                        clocks = <&pclk>;
                        clock-names = "apb_pclk";
+                       status = "disabled";
                };
 
                gpioh: gpio@fff33000 {
                        interrupts = <0 17 4>;
                        clocks = <&pclk>;
                        clock-names = "apb_pclk";
+                       status = "disabled";
                };
 
                timer {