summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2012-05-22 18:17:36 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2012-05-22 18:19:27 +0800
commit019467e88eb148064726fe1b2941c71b5aea8601 (patch)
treed6e30fc533e12bc13535cd8352a286b2e243871c /drivers
parent52acf4a662f1eeefe8eea3fe3488ce933d63a382 (diff)
ENGR00210378 mmc: disable DDR mode to make eMMC suspend more stable.
We meet eMMC stable issue during suspend. After disable DDR mode, it will very stable, disable DDR mode for release. Signed-off-by: Chen Xingyu <xingyu.chen@freescale.com> Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/sdhci-esdhc-imx.c2
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 954afa9b9e3b..17773740d014 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -157,7 +157,7 @@ static u32 esdhc_readl_le(struct sdhci_host *host, int reg)
/*
* on mx6q, no cap_1 available, fake one.
*/
- val = SDHCI_SUPPORT_DDR50 | SDHCI_SUPPORT_SDR104 | \
+ val = SDHCI_SUPPORT_SDR104 | \
SDHCI_SUPPORT_SDR50;
} else if (reg == SDHCI_MAX_CURRENT && cpu_is_mx6()) {
/*