diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-08-15 14:17:00 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-02 15:14:49 +0200 |
commit | 8f416dcd2c06580b12db3ba3f8379350660f2ddf (patch) | |
tree | 70274cd1d1bd0370aef2fddac79b38c7c11a3a77 /arch/arm/boot/dts/stihxxx-b2120.dtsi | |
parent | ARM: dts: STiH407-pinctrl: Add i2c2_alt2_1 node (diff) | |
download | linux-8f416dcd2c06580b12db3ba3f8379350660f2ddf.tar.xz linux-8f416dcd2c06580b12db3ba3f8379350660f2ddf.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/stihxxx-b2120.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index 133375bc8aa5..0b0dd024f72d 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -65,6 +65,7 @@ }; mmc0: sdhci@09060000 { + non-removable; status = "okay"; }; |