]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_esdhc: Use mmc_set_clock to set initial speed
authorJerry Huang <Chang-Ming.Huang@freescale.com>
Thu, 25 Nov 2010 17:06:07 +0000 (17:06 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Dec 2010 22:15:21 +0000 (23:15 +0100)
commit4a6ee172c3e6e8419e2e61d345a2c993016bb781
treebdf362cd1f84f9fc8b7fdc289def3c05ae0308a3
parent73c65e0e77cb5005cc4fa2c0cb435f1dffb90a71
fsl_esdhc: Use mmc_set_clock to set initial speed

After booting the u-boot, and first using some SD card (such as Sandisk 2G SD
card), because the field 'clock' of struct mmc is zero, this will cause
the read transfer is always active and SDHC DATA line is always active,
therefore, driver can't handle the next command.

Therefore, we use mmc_set_clock to setup both the data structure and HW
to the initial clock speed of 400000Hz.

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Tested-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/mmc/fsl_esdhc.c
include/mmc.h