diff options
author | Stefano Babic <sbabic@denx.de> | 2010-02-05 15:11:27 +0100 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-03-07 12:36:36 -0600 |
commit | c67bee1460a0da89ef08cbc28375171acc9a4227 (patch) | |
tree | d829f504b5dbf68199936bbcd7ca2b10618e1f63 /include/asm-arm | |
parent | 69df00f9d9c2f45b4576d1eae79bfac8bebb8821 (diff) |
fsl_esdhc: add support for mx51 processor
The esdhc controller in the mx51 processor is quite
the same as the one in some powerpc processors
(MPC83xx, MPC85xx). This patches adapts the driver
to support the arm mx51.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/global_data.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/global_data.h b/include/asm-arm/global_data.h index 8115a24b78b..02cfe4584a0 100644 --- a/include/asm-arm/global_data.h +++ b/include/asm-arm/global_data.h @@ -44,6 +44,9 @@ typedef struct global_data { #ifdef CONFIG_VFD unsigned char vfd_type; /* display type */ #endif +#ifdef CONFIG_FSL_ESDHC + unsigned long sdhc_clk; +#endif #if 0 unsigned long cpu_clk; /* CPU clock in Hz! */ unsigned long bus_clk; |