summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-01-10 09:23:42 +0000
committerGitHub <noreply@github.com>2019-01-10 09:23:42 +0000
commit34efb683e32254b8c325ac3071c5776d243a7b99 (patch)
treecb237e7cee914ea443af1589da5108edc2dd4f35 /drivers/mmc
parent300afb387ea3ce588a9b4c6746316bf9bc55dd56 (diff)
parent7d6394297dca05165f52232e74c31da85c1c816c (diff)
Merge pull request #1724 from jbech-linaro/emmc_enumeration
mmc: increase delay when initializing mmc
Diffstat (limited to 'drivers/mmc')
-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 50e87c1d..450bd0b5 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -405,7 +405,7 @@ static int mmc_send_op_cond(void)
return 0;
}
- mdelay(1);
+ mdelay(10);
}
ERROR("CMD1 failed after %d retries\n", SEND_OP_COND_MAX_RETRIES);