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:
parent
901cd599b1
commit
4e3480554d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue