diff options
-rw-r--r-- | drivers/mmc/host/sdhci-acpi.c | 1 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c index 8ce3c28cb76e..840788ebdc7f 100644 --- a/drivers/mmc/host/sdhci-acpi.c +++ b/drivers/mmc/host/sdhci-acpi.c | |||
@@ -127,6 +127,7 @@ static const struct sdhci_acpi_slot sdhci_acpi_slot_int_emmc = { | |||
127 | .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | MMC_CAP_HW_RESET, | 127 | .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | MMC_CAP_HW_RESET, |
128 | .caps2 = MMC_CAP2_HC_ERASE_SZ, | 128 | .caps2 = MMC_CAP2_HC_ERASE_SZ, |
129 | .flags = SDHCI_ACPI_RUNTIME_PM, | 129 | .flags = SDHCI_ACPI_RUNTIME_PM, |
130 | .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN, | ||
130 | }; | 131 | }; |
131 | 132 | ||
132 | static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = { | 133 | static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = { |
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 1aeeefc71512..dc336ee6751e 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -283,6 +283,7 @@ static int byt_sdio_probe_slot(struct sdhci_pci_slot *slot) | |||
283 | static const struct sdhci_pci_fixes sdhci_intel_byt_emmc = { | 283 | static const struct sdhci_pci_fixes sdhci_intel_byt_emmc = { |
284 | .allow_runtime_pm = true, | 284 | .allow_runtime_pm = true, |
285 | .probe_slot = byt_emmc_probe_slot, | 285 | .probe_slot = byt_emmc_probe_slot, |
286 | .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN, | ||
286 | }; | 287 | }; |
287 | 288 | ||
288 | static const struct sdhci_pci_fixes sdhci_intel_byt_sdio = { | 289 | static const struct sdhci_pci_fixes sdhci_intel_byt_sdio = { |