aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index f34ec5d6bccf..3896069bd984 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1797,7 +1797,7 @@ int sdhci_add_host(struct sdhci_host *host)
1797 else 1797 else
1798 mmc->f_min = host->max_clk / 256; 1798 mmc->f_min = host->max_clk / 256;
1799 mmc->f_max = host->max_clk; 1799 mmc->f_max = host->max_clk;
1800 mmc->caps = MMC_CAP_SDIO_IRQ; 1800 mmc->caps |= MMC_CAP_SDIO_IRQ;
1801 1801
1802 if (!(host->quirks & SDHCI_QUIRK_FORCE_1_BIT_DATA)) 1802 if (!(host->quirks & SDHCI_QUIRK_FORCE_1_BIT_DATA))
1803 mmc->caps |= MMC_CAP_4_BIT_DATA; 1803 mmc->caps |= MMC_CAP_4_BIT_DATA;