ARM: imx27-apf27dev: Add sdhci support

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Gwenhael Goavec-Merou 2013-11-11 18:56:49 +01:00 committed by Shawn Guo
parent 1cbb74fdb7
commit fd6beeb37e

View File

@ -89,3 +89,9 @@ rtc@68 {
&i2c2 {
status = "okay";
};
&sdhci2 {
bus-width = <4>;
cd-gpios = <&gpio3 14 0>;
status = "okay";
};