]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: socfpga: dts: disable the sdmmc, and uart nodes in the base arria10
authorDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 10 Mar 2015 04:05:21 +0000 (23:05 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Mon, 11 May 2015 18:14:59 +0000 (13:14 -0500)
Add status = "disabled" in the base DTSI for Arria10.  The SDMMC and uart
nodes should be enabled in the appropriate board file.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga_arria10.dtsi

index 69d616a05b14ad4cca36e2d4492c760c13f9de9e..d8436095b1dd9917b80737fcce06a3f014a1d2d6 100644 (file)
                        reg = <0xff808000 0x1000>;
                        interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
                        fifo-depth = <0x400>;
+                       status = "disabled";
                };
 
                ocram: sram@ffe00000 {
                        interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
                        reg-shift = <2>;
                        reg-io-width = <4>;
+                       status = "disabled";
                };
 
                uart1: serial1@ffc02100 {
                        interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
                        reg-shift = <2>;
                        reg-io-width = <4>;
+                       status = "disabled";
                };
 
                usbphy0: usbphy@0 {