]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/mmc/host/sdhci-of-at91.c
mmc: sdhci-of-at91: add quirk for broken HS200
[mirror_ubuntu-bionic-kernel.git] / drivers / mmc / host / sdhci-of-at91.c
index 682c573e20a727e118282b33eae9d982917e138f..e284102c16e97aa690e65198ab3390ecb1cc030c 100644 (file)
@@ -365,6 +365,9 @@ static int sdhci_at91_probe(struct platform_device *pdev)
        pm_runtime_set_autosuspend_delay(&pdev->dev, 50);
        pm_runtime_use_autosuspend(&pdev->dev);
 
+       /* HS200 is broken at this moment */
+       host->quirks2 = SDHCI_QUIRK2_BROKEN_HS200;
+
        ret = sdhci_add_host(host);
        if (ret)
                goto pm_runtime_disable;