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/stih407-family.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/stih407-family.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih407-family.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index d294e82447a2..59fea05b1e8a 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -553,7 +553,6 @@ clock-names = "mmc"; clocks = <&clk_s_c0_flexgen CLK_MMC_0>; bus-width = <8>; - non-removable; }; mmc1: sdhci@09080000 { |