From fcd3a416c29587d10ca125a801964c508ff72f96 Mon Sep 17 00:00:00 2001 From: Richard Zhu Date: Fri, 16 Jul 2010 18:01:56 +0800 Subject: ENGR00117738 MX28: Support eMMC44 and DDR mode Support the eMMC44 cards, and enable ddr mode on MX28 EVK board. Signed-off-by: Richard Zhu --- arch/arm/mach-mx28/mx28evk_pins.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arch') 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, }, }; -- cgit v1.2.3