Skip to content

Commit 8f416dc

Browse files
committed
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: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
1 parent d5f102e commit 8f416dc

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

arch/arm/boot/dts/stih407-family.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@
553553
clock-names = "mmc";
554554
clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
555555
bus-width = <8>;
556-
non-removable;
557556
};
558557

559558
mmc1: sdhci@09080000 {

arch/arm/boot/dts/stih418-b2199.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
sd-uhs-sdr50;
8787
sd-uhs-sdr104;
8888
sd-uhs-ddr50;
89+
non-removable;
8990
};
9091

9192
miphy28lp_phy: miphy28lp@9b22000 {

arch/arm/boot/dts/stihxxx-b2120.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
};
6666

6767
mmc0: sdhci@09060000 {
68+
non-removable;
6869
status = "okay";
6970
};
7071

0 commit comments

Comments
 (0)