diff options
Diffstat (limited to 'arch/arm/mach-mmp/jasper.c')
-rw-r--r-- | arch/arm/mach-mmp/jasper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/jasper.c b/arch/arm/mach-mmp/jasper.c index 24172a0aad59..5d6421d63254 100644 --- a/arch/arm/mach-mmp/jasper.c +++ b/arch/arm/mach-mmp/jasper.c | |||
@@ -154,7 +154,7 @@ static struct i2c_board_info jasper_twsi1_info[] = { | |||
154 | }; | 154 | }; |
155 | 155 | ||
156 | static struct sdhci_pxa_platdata mmp2_sdh_platdata_mmc0 = { | 156 | static struct sdhci_pxa_platdata mmp2_sdh_platdata_mmc0 = { |
157 | .max_speed = 25000000, | 157 | .clk_delay_cycles = 0x1f, |
158 | }; | 158 | }; |
159 | 159 | ||
160 | static void __init jasper_init(void) | 160 | static void __init jasper_init(void) |