summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-08-11 17:00:44 +0800
committerTony Lin <tony.lin@freescale.com>2011-08-11 17:34:22 +0800
commit50556afdcb30d454e9dec58a24ec9811952a71f2 (patch)
tree2f92b99875dde68c632303472031258ab6c42efc /arch/arm/plat-mxc
parent6b1e75d1a5ca34ec4a18d43d09c8f557b559ffa5 (diff)
ENGR00139261-1 [esdhc]add 8 bit mode support para in platform data
set to 1 if the port on board supports 8 bit MMC card. else set to 0 Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-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 de64035c4846..cb34cd828069 100644
--- a/arch/arm/plat-mxc/include/mach/esdhc.h
+++ b/arch/arm/plat-mxc/include/mach/esdhc.h
@@ -24,5 +24,6 @@ struct esdhc_platform_data {
unsigned int cd_gpio;
unsigned int always_present;
unsigned int support_18v;
+ unsigned int support_8bit;
};
#endif /* __ASM_ARCH_IMX_ESDHC_H */