summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2010-07-16 18:01:56 +0800
committerLionel Xu <Lionel.Xu@freescale.com>2010-09-08 15:58:20 +0800
commitfcd3a416c29587d10ca125a801964c508ff72f96 (patch)
treea0d496f23f3e5757e2ea307bf37af5fd63c3fa39
parent9ed2249b713f0de3bdb796a92529fccef9e69f97 (diff)
ENGR00117738 MX28: Support eMMC44 and DDR mode
Support the eMMC44 cards, and enable ddr mode on MX28 EVK board. Signed-off-by: Richard Zhu <r65037@freescale.com>
-rw-r--r--arch/arm/mach-mx28/mx28evk_pins.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx28/mx28evk_pins.c b/arch/arm/mach-mx28/mx28evk_pins.c
index 0cb569f19ee6..7d5b64328324 100644
--- a/arch/arm/mach-mx28/mx28evk_pins.c
+++ b/arch/arm/mach-mx28/mx28evk_pins.c
@@ -531,10 +531,10 @@ static struct pin_desc mx28evk_fixed_pins[] = {
.name = "SSP0_SCK",
.id = PINID_SSP0_SCK,
.fun = PIN_FUN1,
- .strength = PAD_8MA,
+ .strength = PAD_12MA,
.voltage = PAD_3_3V,
.pullup = 0,
- .drive = 1,
+ .drive = 2,
.pull = 0,
},
#endif
@@ -898,10 +898,10 @@ static struct pin_desc mx28evk_ssp1_pins[] = {
.name = "SSP1_SCK",
.id = PINID_GPMI_WRN,
.fun = PIN_FUN2,
- .strength = PAD_8MA,
+ .strength = PAD_12MA,
.voltage = PAD_3_3V,
.pullup = 0,
- .drive = 1,
+ .drive = 2,
.pull = 0,
},
};