summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stih41x-b2020.dtsi
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-07-09 17:07:00 +0200
committerMaxime Coquelin <maxime.coquelin@st.com>2014-10-31 09:59:03 +0100
commit6919edc84cb5a99cddfce082d6f45eefcb146f00 (patch)
tree767d5ea458430c9e009869d3d530fdcd2bf18c9f /arch/arm/boot/dts/stih41x-b2020.dtsi
parentARM: STi: DT: Add sdhci controller for stih415 (diff)
downloadlinux-6919edc84cb5a99cddfce082d6f45eefcb146f00.tar.xz
linux-6919edc84cb5a99cddfce082d6f45eefcb146f00.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/stih41x-b2020.dtsi')
-rw-r--r--arch/arm/boot/dts/stih41x-b2020.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih41x-b2020.dtsi b/arch/arm/boot/dts/stih41x-b2020.dtsi
index c0f50e951554..487d7d87dbef 100644
--- a/arch/arm/boot/dts/stih41x-b2020.dtsi
+++ b/arch/arm/boot/dts/stih41x-b2020.dtsi
@@ -74,5 +74,9 @@
pinctrl-0 = <&pinctrl_rgmii1>;
};
+
+ mmc0: sdhci@fe81e000 {
+ bus-width = <8>;
+ };
};
};