Message ID | s5h7hfbnpjs.wl%tiwai@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 0502738..51f5209 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -1888,8 +1888,10 @@ int sdhci_add_host(struct sdhci_host *host) * their platform code before calling sdhci_add_host(), and we * won't assume 8-bit width for hosts without that CAP. */ - if (!(host->quirks & SDHCI_QUIRK_FORCE_1_BIT_DATA)) + if (!(host->quirks & SDHCI_QUIRK_FORCE_1_BIT_DATA)) { mmc->caps |= MMC_CAP_4_BIT_DATA; + mmc->caps |= MMC_CAP_BUS_WIDTH_TEST; + } if (caps & SDHCI_CAN_DO_HISPD) mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;