summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-10-03 13:32:45 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-10-03 13:32:45 +0000
commit2d35bc1386ee80904be0df7dd5b3eb958dc685e2 (patch)
tree46d9234a1d8608967f1e522d3a3a8f5badb1010a /drivers/mmc/mmc.c
parent34c4f86a627f79b1f827e65d46675fca21987b62 (diff)
parent243b61d15aaa59794e73769de7be64f02223cfad (diff)
Merge changes from topic "stm32mp_corrections_w40" into integration
* changes: gpio: stm32_gpio: do not mix error code types fdts: stm32mp1: move FDCAN to PLL4_R mmc: increase delay between ACMD41 retries crypto: stm32_hash: align stm32_hash_update() prototype
Diffstat (limited to 'drivers/mmc/mmc.c')
-rw-r--r--drivers/mmc/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index db6f3f9e..b5f6a10d 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -361,7 +361,7 @@ static int sd_send_op_cond(void)
return 0;
}
- mdelay(1);
+ mdelay(10);
}
ERROR("ACMD41 failed after %d retries\n", SEND_OP_COND_MAX_RETRIES);