]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: stm32_sdmmc2: increase polling status register delay
authorChristophe Kerello <christophe.kerello@st.com>
Mon, 9 Oct 2017 15:02:28 +0000 (17:02 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commit6c36e97be6c352d727ff8edfb681b419afcf4adb
treefff1f6a58cb47b5dd2af37342fa2282d526bd8b4
parent6c1bf6c442612135bbabe0112060c8bae86fdfbc
mmc: stm32_sdmmc2: increase polling status register delay

MMC commands like MMC_CMD_ALL_SEND_CID or MMC_CMD_SEND_CSD can reach
500 us. This patch increases the polling status register delay to avoid
a timeout on a command.

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/mmc/stm32_sdmmc2.c