summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-pltfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.c')
-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 bd41f87..6ba5e10 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -94,6 +94,7 @@ void sdhci_get_of_property(struct platform_device *pdev)
host->quirks2 |= SDHCI_QUIRK2_BROKEN_RESET_ALL;
host->quirks2 |= SDHCI_QUIRK2_LONG_TIME_CMD_COMPLETE_IRQ;
host->quirks2 |= SDHCI_QUIRK2_CIRCUIT_SUPPORT_VS33;
+ host->quirks2 |= SDHCI_QUIRK2_FORCE_CMD13_DETECT_CARD;
}
if (of_device_is_compatible(np, "fsl,p4860-rev1-esdhc") ||