Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -553,7 +553,6 @@
			clock-names = "mmc";
			clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
			bus-width = <8>;
			non-removable;
		};

		mmc1: sdhci@09080000 {
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@
			sd-uhs-sdr50;
			sd-uhs-sdr104;
			sd-uhs-ddr50;
			non-removable;
		};

		miphy28lp_phy: miphy28lp@9b22000 {
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@
		};

		mmc0: sdhci@09060000 {
			non-removable;
			status = "okay";
		};