Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: STi: DT: Enable mmc0 for both stih415 and stih416 SoCs

Because the first sdhci controller is present on both stih415 and
stih416 SoC which can both populate the b2020 board, it can be
enabled in the generic DT file.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

authored by

Peter Griffin and committed by
Maxime Coquelin
6919edc8 7b40c726

+8
+4
arch/arm/boot/dts/stih41x-b2020.dtsi
··· 74 74 75 75 pinctrl-0 = <&pinctrl_rgmii1>; 76 76 }; 77 + 78 + mmc0: sdhci@fe81e000 { 79 + bus-width = <8>; 80 + }; 77 81 }; 78 82 };
+4
arch/arm/boot/dts/stih41x-b2020x.dtsi
··· 8 8 */ 9 9 / { 10 10 soc { 11 + mmc0: sdhci@fe81e000 { 12 + status = "okay"; 13 + }; 14 + 11 15 spifsm: spifsm@fe902000 { 12 16 #address-cells = <1>; 13 17 #size-cells = <1>;