aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2011-04-18 15:39:19 +0800
committerRichard Zhao <richard.zhao@freescale.com>2011-04-19 16:25:59 +0800
commiteeee959d20493e06bd677522f4f74a99dc8dc9c3 (patch)
tree5c8696942196519699502e79fcaa53e89d85225e
parent0d27ad212aa7da66e39f6e8c3db29d6c6169eb42 (diff)
ENGR00142266-1 eSDHC:Add the GPIO CD/WP on MX5x boards
sdhc: add always present member into esdhc platform data struct Signed-off-by: Richard Zhu <r65037@freescale.com> Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
-rw-r--r--arch/arm/plat-mxc/include/mach/esdhc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/esdhc.h b/arch/arm/plat-mxc/include/mach/esdhc.h
index 86003f41175..f6f5ca22ae2 100644
--- a/arch/arm/plat-mxc/include/mach/esdhc.h
+++ b/arch/arm/plat-mxc/include/mach/esdhc.h
@@ -22,5 +22,6 @@
struct esdhc_platform_data {
unsigned int wp_gpio;
unsigned int cd_gpio;
+ unsigned int always_present;
};
#endif /* __ASM_ARCH_IMX_ESDHC_H */