summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2010-07-13 11:07:26 +0800
committerJustin Waters <justin.waters@timesys.com>2010-12-17 12:10:51 -0500
commitf398333f1a27e90292fadd812137d592935d3824 (patch)
tree1bdeaee06c1afa72bfb7929d48210d9c9e762764
parent66c7b967bdfe6080291640b5aadabd2917bc6cba (diff)
ENGR00125052-3 Enable the eMMC44 DDR mode on MX53 EVK
The platform related codes' modifications when enable the eMMC44 DDR mode on MX53 EVK board Signed-off-by: Richard Zhu <r65037@freescale.com>
-rw-r--r--arch/arm/mach-mx5/mx53_evk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c
index d3377b547cfb..0bad31b57927 100644
--- a/arch/arm/mach-mx5/mx53_evk.c
+++ b/arch/arm/mach-mx5/mx53_evk.c
@@ -523,7 +523,8 @@ static struct mxc_mmc_platform_data mmc1_data = {
static struct mxc_mmc_platform_data mmc3_data = {
.ocr_mask = MMC_VDD_27_28 | MMC_VDD_28_29 | MMC_VDD_29_30
| MMC_VDD_31_32,
- .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
+ .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA
+ | MMC_CAP_DATA_DDR,
.min_clk = 400000,
.max_clk = 50000000,
.card_inserted_state = 0,