aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>2013-11-11 12:56:49 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 08:32:38 -0500
commitfd6beeb37e04a274a807d4d00601202ea90e5e73 (patch)
tree0662fe5afff5afad7f340ef503da885b49483e38 /arch/arm/boot/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')
-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 @@
89&i2c2 { 89&i2c2 {
90 status = "okay"; 90 status = "okay";
91}; 91};
92
93&sdhci2 {
94 bus-width = <4>;
95 cd-gpios = <&gpio3 14 0>;
96 status = "okay";
97};