diff --git a/drivers/mmc/core/sdio.c b/drivers/mmc/core/sdio.c index b67ec30086e0..fa69d2fc5c5b 100644 --- a/drivers/mmc/core/sdio.c +++ b/drivers/mmc/core/sdio.c @@ -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);