mmcsd/sdio: enlarge cmd53 timeout to 1s

cmd53 need a longer tolerance on some slow devices

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-03-22 20:14:12 +08:00 committed by Alan Carvalho de Assis
parent 901cd599b1
commit 4e3480554d

View file

@ -36,7 +36,7 @@
* Pre-processor Definitions
****************************************************************************/
#define SDIO_CMD53_TIMEOUT_MS 100
#define SDIO_CMD53_TIMEOUT_MS 1000
#define SDIO_IDLE_DELAY_MS 50
/****************************************************************************