diff options
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 29eaff78238e..7a3fc16d0a6c 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -650,6 +650,7 @@ static int rtsx_probe_slot(struct sdhci_pci_slot *slot) | |||
650 | 650 | ||
651 | static const struct sdhci_pci_fixes sdhci_rtsx = { | 651 | static const struct sdhci_pci_fixes sdhci_rtsx = { |
652 | .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN | | 652 | .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN | |
653 | SDHCI_QUIRK2_BROKEN_64_BIT_DMA | | ||
653 | SDHCI_QUIRK2_BROKEN_DDR50, | 654 | SDHCI_QUIRK2_BROKEN_DDR50, |
654 | .probe_slot = rtsx_probe_slot, | 655 | .probe_slot = rtsx_probe_slot, |
655 | }; | 656 | }; |