diff options
author | Dong Aisheng <b29396@freescale.com> | 2013-11-07 02:08:34 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:47:06 -0400 |
commit | 12dded5989256d86ea7cd2b178c16fe0dc1fa12c (patch) | |
tree | 2fc9c9f2a5e15c6725502f8e783e6f1081a4be10 /drivers/mmc/host | |
parent | 3cfdf89e823da538d7d0580bd786ad881a7307fb (diff) |
mmc: sdhci-esdhc-imx: add MMC_CAP_1_8V_DDR for mx6
The i.MX6 supports 1.8v/3.3v eMMC DDR mode, so add this flag.
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index 39b7db009199..2a0c79a62823 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c | |||
@@ -1050,6 +1050,7 @@ static int sdhci_esdhc_imx_probe(struct platform_device *pdev) | |||
1050 | /* FIXME: ACMD23 can not work well on imx6q */ | 1050 | /* FIXME: ACMD23 can not work well on imx6q */ |
1051 | host->quirks2 |= SDHCI_QUIRK2_BROKEN_AUTO_CMD23 | | 1051 | host->quirks2 |= SDHCI_QUIRK2_BROKEN_AUTO_CMD23 | |
1052 | SDHCI_QUIRK2_PRESET_VALUE_BROKEN; | 1052 | SDHCI_QUIRK2_PRESET_VALUE_BROKEN; |
1053 | host->mmc->caps |= MMC_CAP_1_8V_DDR; | ||
1053 | } | 1054 | } |
1054 | 1055 | ||
1055 | if (imx_data->socdata->flags & ESDHC_FLAG_MAN_TUNING) | 1056 | if (imx_data->socdata->flags & ESDHC_FLAG_MAN_TUNING) |