summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2008-04-14 11:21:31 +0800
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:21:00 -0400
commit4c9b02825e270d2d7ae75eb871a12ca0206a975d (patch)
tree78b5d5970b14f9d13d13579949ec9d1b43d7892f /include
parentec46dcf0ef8a41810620736511f0b48e3c8061c5 (diff)
ENGR00047817 eSDHC driver
SDHC PIO, and the DMAs are still in dbging Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mmc.h b/include/asm-arm/arch-mxc/mmc.h
index 06e95a591775..3d904c70db9a 100644
--- a/include/asm-arm/arch-mxc/mmc.h
+++ b/include/asm-arm/arch-mxc/mmc.h
@@ -24,6 +24,7 @@ struct mxc_mmc_platform_data {
unsigned int (*status) (struct device *);
int (*wp_status) (void);
char *power_mmc;
+ char *clock_mmc;
};
#endif