summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx27-apf27dev.dts
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>2013-11-11 18:56:49 +0100
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 21:32:38 +0800
commitfd6beeb37e04a274a807d4d00601202ea90e5e73 (patch)
tree0662fe5afff5afad7f340ef503da885b49483e38 /arch/arm/boot/dts/imx27-apf27dev.dts
parent1cbb74fdb7e5c402d37b5c740a23fc7288fd653f (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27-apf27dev.dts')
-rw-r--r--arch/arm/boot/dts/imx27-apf27dev.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts
index 47c8c26012e4..7d908777ca5b 100644
--- a/arch/arm/boot/dts/imx27-apf27dev.dts
+++ b/arch/arm/boot/dts/imx27-apf27dev.dts
@@ -89,3 +89,9 @@
&i2c2 {
status = "okay";
};
+
+&sdhci2 {
+ bus-width = <4>;
+ cd-gpios = <&gpio3 14 0>;
+ status = "okay";
+};