aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-05-19 18:46:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 14:17:46 +0200
commit16b3bf8c85a5dc821eea7f9bb48d13b32f42f7ee (patch)
tree2b7bf9906b26f1995f9beb8b647704e07c7298d6 /arch/arm/plat-mxc
parentmach-cpuimx27: register wdt and w1_master resources (diff)
downloadlinux-dev-16b3bf8c85a5dc821eea7f9bb48d13b32f42f7ee.tar.xz
linux-dev-16b3bf8c85a5dc821eea7f9bb48d13b32f42f7ee.zip
mxcmmc: add card detect through DAT3 possibility
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/include/mach/mmc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mmc.h b/arch/arm/plat-mxc/include/mach/mmc.h
index de2128dada5c..29115f405af9 100644
--- a/arch/arm/plat-mxc/include/mach/mmc.h
+++ b/arch/arm/plat-mxc/include/mach/mmc.h
@@ -31,6 +31,9 @@ struct imxmmc_platform_data {
/* adjust slot voltage */
void (*setpower)(struct device *, unsigned int vdd);
+
+ /* enable card detect using DAT3 */
+ int dat3_card_detect;
};
#endif