Commit 9a874d88 authored by Pierre Ossman's avatar Pierre Ossman Committed by Russell King

[MMC] Add power up delay

This patch adds a 10 ms delay in the power up loop. Some cards fail
to power up in time without it.
parent 78b3f6d4
...@@ -513,6 +513,8 @@ static int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) ...@@ -513,6 +513,8 @@ static int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr)
break; break;
err = MMC_ERR_TIMEOUT; err = MMC_ERR_TIMEOUT;
mmc_delay(10);
} }
if (rocr) if (rocr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment