From ee18e79d367d1e9f83da2c5c229c3beb50fdfadc Mon Sep 17 00:00:00 2001 From: Erick Shepherd Date: Mon, 2 Jun 2025 13:31:31 -0500 Subject: [PATCH] Revert "mmc: core: Wait for Vdd to settle on card power off" This reverts commit be1835769aeac322c0dab2e0c7f3233bb7727383. Signed-off-by: Erick Shepherd --- drivers/mmc/host/sdhci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index ed5ff7090424e..cea0b89bbada0 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -2378,9 +2378,6 @@ void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) else sdhci_set_power(host, ios->power_mode, ios->vdd); - if (ios->power_mode == MMC_POWER_OFF) - mdelay(15); - if (host->ops->platform_send_init_74_clocks) host->ops->platform_send_init_74_clocks(host, ios->power_mode);