u-boot-brain/arch/arm/cpu/arm926ejs/mx25
Benoît Thébaudeau 6be5800504 mx25: Fix eSDHC support
The MMC driver appropriate for the i.MX25 is fsl_esdhc, which has nothing to do
with mxcmmc.

Also, each eSDHC instance has a dedicated clock, so gd->sdhc_clk must be set
accordingly. This is good for the case only a single SDHC instance is used
(initialization made with fsl_esdhc_mmc_init()). A future patch will fix the
multi-instance use case (initialization made directly with
fsl_esdhc_initialize()).

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Eric Bénard <eric@eukrea.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15 11:54:13 -07:00
..
asm-offsets.c imx: Add auto generation of asm-offsets.h for imx25 2011-07-14 15:41:24 +02:00
generic.c mx25: Fix eSDHC support 2012-10-15 11:54:13 -07:00
Makefile Makefile : fix generation of cpu related asm-offsets.h 2011-09-07 21:41:27 +02:00
reset.c imx: fix coding style 2011-10-27 21:56:32 +02:00
timer.c mx25: Define default SoC input clock frequencies 2012-09-06 11:05:09 +02:00