diff options
author | Peter Griffin <[email protected]> | 2014-07-09 17:07:00 +0200 |
---|---|---|
committer | Maxime Coquelin <[email protected]> | 2014-10-31 09:59:03 +0100 |
commit | 6919edc84cb5a99cddfce082d6f45eefcb146f00 (patch) | |
tree | 767d5ea458430c9e009869d3d530fdcd2bf18c9f | |
parent | 7b40c726b1d26e0e66db7a6adc61311e5e7ec1a5 (diff) |
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 <[email protected]>
Signed-off-by: Peter Griffin <[email protected]>
Acked-by: Lee Jones <[email protected]>
Acked-by: Maxime Coquelin <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/stih41x-b2020.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih41x-b2020x.dtsi | 4 |
2 files changed, 8 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>; + }; }; }; diff --git a/arch/arm/boot/dts/stih41x-b2020x.dtsi b/arch/arm/boot/dts/stih41x-b2020x.dtsi index df01c1211b32..f797a0607382 100644 --- a/arch/arm/boot/dts/stih41x-b2020x.dtsi +++ b/arch/arm/boot/dts/stih41x-b2020x.dtsi @@ -8,6 +8,10 @@ */ / { soc { + mmc0: sdhci@fe81e000 { + status = "okay"; + }; + spifsm: spifsm@fe902000 { #address-cells = <1>; #size-cells = <1>; |