summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/esdhc.h
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-10-28 13:50:59 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:03:09 +0800
commit5688695edaec216b085210fe085c306b035496c6 (patch)
treee0b34351b26417ea8651bc8ccec91db377f81df5 /arch/arm/plat-mxc/include/mach/esdhc.h
parentca3cbc1704ef4541323ba21c27f393540a563272 (diff)
ENGR00160940-1 [MX6Q]sdhci: add delay line setting in board data
driver could set delay line due to board data parameter. Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/esdhc.h')
-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 ee9e41cdd1a4..9ef53aba40f8 100644
--- a/arch/arm/plat-mxc/include/mach/esdhc.h
+++ b/arch/arm/plat-mxc/include/mach/esdhc.h
@@ -25,6 +25,7 @@ struct esdhc_platform_data {
unsigned int always_present;
unsigned int support_18v;
unsigned int support_8bit;
+ unsigned int delay_line;
int (*platform_pad_change)(int clock);
};
#endif /* __ASM_ARCH_IMX_ESDHC_H */