]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: tango4: Import MMC nodes
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>
Thu, 19 Jan 2017 14:57:54 +0000 (15:57 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 20 Jan 2017 00:24:24 +0000 (16:24 -0800)
Tango4 provides 2 SD/SDIO/eMMC controllers.

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tango4-common.dtsi
arch/arm/boot/dts/tango4-vantage-1172.dts

index dd7eb5f624d9a04ae3366c655daab00b06d14df6..2eb92a2649ed249c621bf8353a252e102e2ebfba 100644 (file)
@@ -97,6 +97,22 @@ watchdog@1fd00 {
                        clocks = <&xtal>;
                };
 
+               mmc0: mmc@21000 {
+                       compatible = "arasan,sdhci-8.9a";
+                       reg = <0x21000 0x200>;
+                       clock-names = "clk_xin", "clk_ahb";
+                       clocks = <&clkgen SDIO_CLK>, <&clkgen SYS_CLK>;
+                       interrupts = <60 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
+               mmc1: mmc@21200 {
+                       compatible = "arasan,sdhci-8.9a";
+                       reg = <0x21200 0x200>;
+                       clock-names = "clk_xin", "clk_ahb";
+                       clocks = <&clkgen SDIO_CLK>, <&clkgen SYS_CLK>;
+                       interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
                eth0: ethernet@26000 {
                        compatible = "sigma,smp8734-ethernet";
                        reg = <0x26000 0x800>;
index e27b4a7801abbb87f876144a32c6c30ba28dfa1c..86d8df98802fdf66a651adb04de5c4be49af3fcc 100644 (file)
@@ -35,3 +35,7 @@ eth0_phy: ethernet-phy@4 {
                reg = <4>;
        };
 };
+
+&mmc1 {
+       non-removable; /* eMMC */
+};