]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sirf: add lost bus_width, clock and status for sdhci
authorBin Shi <Bin.Shi@csr.com>
Thu, 9 Jan 2014 04:08:46 +0000 (12:08 +0800)
committerBarry Song <Baohua.Song@csr.com>
Thu, 9 Jan 2014 11:55:41 +0000 (19:55 +0800)
some nodes missed bus_width, clocks and status properties, here we fix them
in prima2 and atlas6 dtsi.

Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas6.dtsi
arch/arm/boot/dts/prima2.dtsi

index f303a6ce644bd39630264a891e4e5fc7b6d023aa..0f1821a692816b8b63f558ffb9afecfbb9629e21 100644 (file)
                                        reg = <0x56100000 0x100000>;
                                        interrupts = <38>;
                                        status = "disabled";
+                                       bus-width = <4>;
                                        clocks = <&clks 36>;
                                };
 
                                        reg = <0x56200000 0x100000>;
                                        interrupts = <23>;
                                        status = "disabled";
+                                       bus-width = <4>;
                                        clocks = <&clks 37>;
                                };
 
                                        reg = <0x56300000 0x100000>;
                                        interrupts = <23>;
                                        status = "disabled";
+                                       bus-width = <4>;
                                        clocks = <&clks 37>;
                                };
 
                                        reg = <0x56500000 0x100000>;
                                        interrupts = <39>;
                                        status = "disabled";
+                                       bus-width = <4>;
                                        clocks = <&clks 38>;
                                };
 
index de3cfa5a6ccd17f5054f7e71a6c41db2d2ff1bb3..8cea924befb23e15be5a310811027765f005c0d4 100644 (file)
                                        compatible = "sirf,prima2-sdhc";
                                        reg = <0x56000000 0x100000>;
                                        interrupts = <38>;
+                                       status = "disabled";
+                                       bus-width = <8>;
+                                       clocks = <&clks 36>;
                                };
 
                                sd1: sdhci@56100000 {
                                        compatible = "sirf,prima2-sdhc";
                                        reg = <0x56100000 0x100000>;
                                        interrupts = <38>;
+                                       status = "disabled";
+                                       bus-width = <4>;
+                                       clocks = <&clks 36>;
                                };
 
                                sd2: sdhci@56200000 {
                                        compatible = "sirf,prima2-sdhc";
                                        reg = <0x56200000 0x100000>;
                                        interrupts = <23>;
+                                       status = "disabled";
+                                       clocks = <&clks 37>;
                                };
 
                                sd3: sdhci@56300000 {
                                        compatible = "sirf,prima2-sdhc";
                                        reg = <0x56300000 0x100000>;
                                        interrupts = <23>;
+                                       status = "disabled";
+                                       clocks = <&clks 37>;
                                };
 
                                sd4: sdhci@56400000 {
                                        compatible = "sirf,prima2-sdhc";
                                        reg = <0x56400000 0x100000>;
                                        interrupts = <39>;
+                                       status = "disabled";
+                                       clocks = <&clks 38>;
                                };
 
                                sd5: sdhci@56500000 {
                                        compatible = "sirf,prima2-sdhc";
                                        reg = <0x56500000 0x100000>;
                                        interrupts = <39>;
+                                       clocks = <&clks 38>;
                                };
 
                                pci-copy@57900000 {