summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/sdhci-pltfm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c
index 6ba5e10..7d8df0e 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -95,6 +95,7 @@ void sdhci_get_of_property(struct platform_device *pdev)
host->quirks2 |= SDHCI_QUIRK2_LONG_TIME_CMD_COMPLETE_IRQ;
host->quirks2 |= SDHCI_QUIRK2_CIRCUIT_SUPPORT_VS33;
host->quirks2 |= SDHCI_QUIRK2_FORCE_CMD13_DETECT_CARD;
+ host->quirks |= SDHCI_QUIRK_BROKEN_ADMA;
}
if (of_device_is_compatible(np, "fsl,p4860-rev1-esdhc") ||