aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisheng.Dong <b29396@freescale.com>2010-07-30 14:10:21 +0800
committerAisheng.Dong <b29396@freescale.com>2010-08-02 11:01:59 +0800
commitb7753c7679c4fbae26e145df246529cdf5df6c6f (patch)
treee9478b6c867a10880982cd5c0736d1b5d489c4d4
parenta6743589a5e5a9311218a527c2461fde5b62dfbc (diff)
ENGR00125731-1 mxc esdhc: add two DLL control flags in platform_data
Add dll override mode enable and the number of delay cells flag in platform_data. This allows user to regulate clock delay line in platform specific code according to different board and cards. Signed-off-by: Aisheng.Dong <b29396@freescale.com>
-rw-r--r--arch/arm/plat-mxc/include/mach/mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mmc.h b/arch/arm/plat-mxc/include/mach/mmc.h
index 80cc61c175e..0ca88aaf1a9 100644
--- a/arch/arm/plat-mxc/include/mach/mmc.h
+++ b/arch/arm/plat-mxc/include/mach/mmc.h
@@ -40,6 +40,8 @@ struct mxc_mmc_platform_data {
unsigned int min_clk;
unsigned int max_clk;
unsigned int clk_flg; /* 1 clock enable, 0 not */
+ unsigned int dll_override_en; /* Enable dll override delay line */
+ unsigned int dll_delay_cells; /* The number of delay cells (0-0x3f) */
unsigned int reserved:16;
unsigned int card_fixed:1;
unsigned int card_inserted_state:1;