diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index 852ea0464057..b3fe7adce6d3 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -329,8 +329,6 @@ static struct omap_board_mux board_mux[] __initdata = { | |||
329 | static void __init omap3_touchbook_init_early(void) | 329 | static void __init omap3_touchbook_init_early(void) |
330 | { | 330 | { |
331 | omap2_init_common_infrastructure(); | 331 | omap2_init_common_infrastructure(); |
332 | omap2_init_common_devices(mt46h32m32lf6_sdrc_params, | ||
333 | mt46h32m32lf6_sdrc_params); | ||
334 | } | 332 | } |
335 | 333 | ||
336 | static void __init omap3_touchbook_init_irq(void) | 334 | static void __init omap3_touchbook_init_irq(void) |
@@ -385,6 +383,8 @@ static void __init omap3_touchbook_init(void) | |||
385 | platform_add_devices(omap3_touchbook_devices, | 383 | platform_add_devices(omap3_touchbook_devices, |
386 | ARRAY_SIZE(omap3_touchbook_devices)); | 384 | ARRAY_SIZE(omap3_touchbook_devices)); |
387 | omap_serial_init(); | 385 | omap_serial_init(); |
386 | omap_sdrc_init(mt46h32m32lf6_sdrc_params, | ||
387 | mt46h32m32lf6_sdrc_params); | ||
388 | 388 | ||
389 | omap_mux_init_gpio(170, OMAP_PIN_INPUT); | 389 | omap_mux_init_gpio(170, OMAP_PIN_INPUT); |
390 | /* REVISIT leave DVI powered down until it's needed ... */ | 390 | /* REVISIT leave DVI powered down until it's needed ... */ |