diff options
| -rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index 4eb3d29ecde1..f9aa832735e4 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c | |||
| @@ -1318,7 +1318,7 @@ static int sdhci_esdhc_imx_probe(struct platform_device *pdev) | |||
| 1318 | 1318 | ||
| 1319 | if (esdhc_is_usdhc(imx_data)) { | 1319 | if (esdhc_is_usdhc(imx_data)) { |
| 1320 | host->quirks2 |= SDHCI_QUIRK2_PRESET_VALUE_BROKEN; | 1320 | host->quirks2 |= SDHCI_QUIRK2_PRESET_VALUE_BROKEN; |
| 1321 | host->mmc->caps |= MMC_CAP_1_8V_DDR; | 1321 | host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_3_3V_DDR; |
| 1322 | if (!(imx_data->socdata->flags & ESDHC_FLAG_HS200)) | 1322 | if (!(imx_data->socdata->flags & ESDHC_FLAG_HS200)) |
| 1323 | host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; | 1323 | host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; |
| 1324 | 1324 | ||
