]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 9 Jul 2014 15:07:00 +0000 (17:07 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Fri, 31 Oct 2014 08:59:04 +0000 (09:59 +0100)
The second controller is only present on the stih416 SoC. Also
mark this as non-removeable as its eMMC.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
arch/arm/boot/dts/stih416-b2020.dts
arch/arm/boot/dts/stih416-b2020e.dts

index 4e2df66b99eaf2443e03a8062eebd1b2ea6f7686..d42ff1dcd89fa3e5d7521a9e4bb21c9265439e9a 100644 (file)
 / {
        model = "STiH416 B2020";
        compatible = "st,stih416-b2020", "st,stih416";
+
+       soc {
+               mmc1: sdhci@fe81f000 {
+                       status       = "okay";
+                       bus-width    = <8>;
+                       non-removable;
+               };
+       };
 };
index d72e5c704d5ffad0ee7f9d97a59651e7a8992676..a0434b6ae772ab482674493a493473bfcc093dd2 100644 (file)
                ethernet1: dwmac@fef08000 {
                        snps,reset-gpio = <&pio0 7>;
                };
+
+               mmc1: sdhci@fe81f000 {
+                       status       = "okay";
+                       bus-width    = <8>;
+                       non-removable;
+               };
        };
 };