diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-04-10 11:40:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-04-30 10:31:47 +0200 |
commit | 9286ac4829ba66efa1c258411dfe51736cb3cfc0 (patch) | |
tree | 73f1a8c26a783b3b9b8fa8fb6ec1ef6b319d1f51 /arch/arm/boot/dts/stihxxx-b2120.dtsi | |
parent | b0bb2bae194f17cdc8d455c1d4503bc3bf733897 (diff) | |
download | linux-stable-9286ac4829ba66efa1c258411dfe51736cb3cfc0.tar.gz linux-stable-9286ac4829ba66efa1c258411dfe51736cb3cfc0.tar.bz2 linux-stable-9286ac4829ba66efa1c258411dfe51736cb3cfc0.zip |
ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc.
The nodes have been split to allow as much commonality as possible.
The stih407 has a silicon bug with eMMC UHS modes (with top regs)
and as such doesn't have any of the uhs dt properties.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stihxxx-b2120.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stihxxx-b2120.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi index c1d859092be7..64fa0b5a0f24 100644 --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi @@ -47,6 +47,14 @@ status = "okay"; }; + mmc0: sdhci@09060000 { + status = "okay"; + }; + + mmc1: sdhci@09080000 { + status = "okay"; + }; + /* SSC11 to HDMI */ hdmiddc: i2c@9541000 { status = "okay"; |