Commit 8f416dcd authored by Patrice Chotard's avatar Patrice Chotard

ARM: dts: STiH407: Move non-removable property to board file

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: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Reviewed-by: default avatarPeter Griffin <peter.griffin@linaro.org>
parent d5f102ed
...@@ -553,7 +553,6 @@ mmc0: sdhci@09060000 { ...@@ -553,7 +553,6 @@ mmc0: sdhci@09060000 {
clock-names = "mmc"; clock-names = "mmc";
clocks = <&clk_s_c0_flexgen CLK_MMC_0>; clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
bus-width = <8>; bus-width = <8>;
non-removable;
}; };
mmc1: sdhci@09080000 { mmc1: sdhci@09080000 {
......
...@@ -86,6 +86,7 @@ mmc0: sdhci@09060000 { ...@@ -86,6 +86,7 @@ mmc0: sdhci@09060000 {
sd-uhs-sdr50; sd-uhs-sdr50;
sd-uhs-sdr104; sd-uhs-sdr104;
sd-uhs-ddr50; sd-uhs-ddr50;
non-removable;
}; };
miphy28lp_phy: miphy28lp@9b22000 { miphy28lp_phy: miphy28lp@9b22000 {
......
...@@ -65,6 +65,7 @@ i2c@9540000 { ...@@ -65,6 +65,7 @@ i2c@9540000 {
}; };
mmc0: sdhci@09060000 { mmc0: sdhci@09060000 {
non-removable;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment