]> git.ipfire.org Git - people/ms/u-boot.git/commit
PXA: PXAMMC: Drop different delays for PXA27X
authorMarek Vasut <marek.vasut@gmail.com>
Mon, 5 Apr 2010 00:28:14 +0000 (02:28 +0200)
committerMarek Vasut <marek.vasut@gmail.com>
Sun, 13 Jun 2010 11:39:11 +0000 (13:39 +0200)
commit55429a0323c8b39618b0005a7b8e496c5f8da997
tree75897eae83f74c302e995b9b7bd2f76fff76d4d7
parentf986325dd569faeaec4186f678d113505c5c4828
PXA: PXAMMC: Drop different delays for PXA27X

In case the delays were set to 10000, the MMC card on PXA27X boards (and PXA3xx
boards) didn't initialize on first try. Increasing the delays and leaving just
those for PXA25x and 26x (that is 200000) fixes this problem.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
drivers/mmc/pxa_mmc.c