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
1 changed files with 6 additions and 0 deletions

View File

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