aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-02-26 08:44:39 -0500
committerChris Ball <cjb@laptop.org>2011-03-17 15:35:00 -0400
commit0c6d49ce53bc18c0ac637fb137f1e01ee9082201 (patch)
treedd7228fc94fbf638e57ec31352805eb0b2bde95a /arch
parentdffc55adfa2676a02a838d56a0cc4edd3809510c (diff)
mmc: sdhci-esdhc-imx: add write protect on custom GPIO on mx25/35
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Tested-by: Marc Reilly <marc@cpdesign.com.au> Tested-by: Eric Benard <eric@eukrea.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/include/mach/esdhc.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/esdhc.h b/arch/arm/plat-mxc/include/mach/esdhc.h
index a48a9aaa56b1..47da109ce09b 100644
--- a/arch/arm/plat-mxc/include/mach/esdhc.h
+++ b/arch/arm/plat-mxc/include/mach/esdhc.h
@@ -10,7 +10,15 @@
10#ifndef __ASM_ARCH_IMX_ESDHC_H 10#ifndef __ASM_ARCH_IMX_ESDHC_H
11#define __ASM_ARCH_IMX_ESDHC_H 11#define __ASM_ARCH_IMX_ESDHC_H
12 12
13/**
14 * struct esdhc_platform_data - optional platform data for esdhc on i.MX
15 *
16 * strongly recommended for i.MX25/35, not needed for other variants
17 *
18 * @wp_gpio: gpio for write_protect (-EINVAL if unused)
19 */
20
13struct esdhc_platform_data { 21struct esdhc_platform_data {
14 unsigned int wp_gpio; /* write protect pin */ 22 unsigned int wp_gpio;
15}; 23};
16#endif /* __ASM_ARCH_IMX_ESDHC_H */ 24#endif /* __ASM_ARCH_IMX_ESDHC_H */