mmc: sdio: call mmc_power_cycle before re-init sdio devices

Change-Id: I4ae9bb385c9235eb184de0f3bf06719b056f4842
Signed-off-by: xiaoyao <xiaoyao@rock-chips.com>
This commit is contained in:
xiaoyao 2016-03-09 14:10:52 +08:00 committed by Gerrit Code Review
parent 2faaab0815
commit b01b93bf4e

View File

@ -1231,6 +1231,7 @@ int sdio_reset_comm(struct mmc_card *card)
mmc_retune_disable(host);
mmc_power_cycle(host, host->card->ocr);
mmc_go_idle(host);
mmc_set_clock(host, host->f_min);