diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-07-09 11:07:00 -0400 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-10-31 04:59:04 -0400 |
commit | f631bc16721788f27415ab1c75631d4ceed45669 (patch) | |
tree | f3a384f2c9f18c5c16a64c8a12e8d172bd96bfcb | |
parent | 6919edc84cb5a99cddfce082d6f45eefcb146f00 (diff) |
ARM: STi: DT: Enable second sdhci controller for stih416 b2020 boards.
The second controller is only present on the stih416 SoC. Also
mark this as non-removeable as its eMMC.
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>
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020.dts | 8 | ||||
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020.dts b/arch/arm/boot/dts/stih416-b2020.dts index 4e2df66b99ea..d42ff1dcd89f 100644 --- a/arch/arm/boot/dts/stih416-b2020.dts +++ b/arch/arm/boot/dts/stih416-b2020.dts | |||
@@ -12,4 +12,12 @@ | |||
12 | / { | 12 | / { |
13 | model = "STiH416 B2020"; | 13 | model = "STiH416 B2020"; |
14 | compatible = "st,stih416-b2020", "st,stih416"; | 14 | compatible = "st,stih416-b2020", "st,stih416"; |
15 | |||
16 | soc { | ||
17 | mmc1: sdhci@fe81f000 { | ||
18 | status = "okay"; | ||
19 | bus-width = <8>; | ||
20 | non-removable; | ||
21 | }; | ||
22 | }; | ||
15 | }; | 23 | }; |
diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts index d72e5c704d5f..a0434b6ae772 100644 --- a/arch/arm/boot/dts/stih416-b2020e.dts +++ b/arch/arm/boot/dts/stih416-b2020e.dts | |||
@@ -31,5 +31,11 @@ | |||
31 | ethernet1: dwmac@fef08000 { | 31 | ethernet1: dwmac@fef08000 { |
32 | snps,reset-gpio = <&pio0 7>; | 32 | snps,reset-gpio = <&pio0 7>; |
33 | }; | 33 | }; |
34 | |||
35 | mmc1: sdhci@fe81f000 { | ||
36 | status = "okay"; | ||
37 | bus-width = <8>; | ||
38 | non-removable; | ||
39 | }; | ||
34 | }; | 40 | }; |
35 | }; | 41 | }; |