ARM: dts: STiH407: Move non-removable property to board file
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 15 Aug 2016 12:17:00 +0000 (14:17 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Fri, 2 Sep 2016 13:14:49 +0000 (15:14 +0200)
Due to 96board which uses mmc0 node for SD card, the non-removable
property must be moved from STiH407-family to board file for B2120
and B2199 boards.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
arch/arm/boot/dts/stih407-family.dtsi
arch/arm/boot/dts/stih418-b2199.dts
arch/arm/boot/dts/stihxxx-b2120.dtsi

index d294e82..59fea05 100644 (file)
                        clock-names = "mmc";
                        clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
                        bus-width = <8>;
-                       non-removable;
                };
 
                mmc1: sdhci@09080000 {
index 772d2bb..7c45e75 100644 (file)
@@ -86,6 +86,7 @@
                        sd-uhs-sdr50;
                        sd-uhs-sdr104;
                        sd-uhs-ddr50;
+                       non-removable;
                };
 
                miphy28lp_phy: miphy28lp@9b22000 {
index 133375b..0b0dd02 100644 (file)
@@ -65,6 +65,7 @@
                };
 
                mmc0: sdhci@09060000 {
+                       non-removable;
                        status = "okay";
                };