diff options
-rw-r--r-- | drivers/mmc/host/sdhci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index cbde17d97e9d..a21a71056dd0 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c | |||
@@ -1435,7 +1435,8 @@ static void sdhci_do_set_ios(struct sdhci_host *host, struct mmc_ios *ios) | |||
1435 | } | 1435 | } |
1436 | 1436 | ||
1437 | if (host->version >= SDHCI_SPEC_300 && | 1437 | if (host->version >= SDHCI_SPEC_300 && |
1438 | (ios->power_mode == MMC_POWER_UP)) | 1438 | (ios->power_mode == MMC_POWER_UP) && |
1439 | !(host->quirks2 & SDHCI_QUIRK2_PRESET_VALUE_BROKEN)) | ||
1439 | sdhci_enable_preset_value(host, false); | 1440 | sdhci_enable_preset_value(host, false); |
1440 | 1441 | ||
1441 | sdhci_set_clock(host, ios->clock); | 1442 | sdhci_set_clock(host, ios->clock); |