mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
6be5800504
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> |
||
---|---|---|
.. | ||
armada100 | ||
at91 | ||
davinci | ||
kirkwood | ||
lpc32xx | ||
mb86r0x | ||
mx25 | ||
mx27 | ||
mxs | ||
nomadik | ||
omap | ||
orion5x | ||
pantheon | ||
spear | ||
versatile | ||
cache.c | ||
config.mk | ||
cpu.c | ||
Makefile | ||
start.S |