Skip to content

Commit 87e2892

Browse files
Revert "mmc: core: Wait for Vdd to settle on card power off"
This reverts commit 0905771. Signed-off-by: Erick Shepherd <erick.shepherd@ni.com>
1 parent 1d286b1 commit 87e2892

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/mmc/host/sdhci.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,9 +2378,6 @@ void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
23782378
else
23792379
sdhci_set_power(host, ios->power_mode, ios->vdd);
23802380

2381-
if (ios->power_mode == MMC_POWER_OFF)
2382-
mdelay(15);
2383-
23842381
if (host->ops->platform_send_init_74_clocks)
23852382
host->ops->platform_send_init_74_clocks(host, ios->power_mode);
23862383

0 commit comments

Comments
 (0)