diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index 288f9d5c7291..663c62d271e8 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -536,18 +536,13 @@ static void __init omap3_touchbook_init(void) | |||
536 | omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT); | 536 | omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT); |
537 | } | 537 | } |
538 | 538 | ||
539 | static void __init omap3_touchbook_map_io(void) | ||
540 | { | ||
541 | omap2_set_globals_343x(); | ||
542 | omap34xx_map_common_io(); | ||
543 | } | ||
544 | |||
545 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") | 539 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") |
546 | /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ | 540 | /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ |
547 | .phys_io = 0x48000000, | 541 | .phys_io = 0x48000000, |
548 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | 542 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, |
549 | .boot_params = 0x80000100, | 543 | .boot_params = 0x80000100, |
550 | .map_io = omap3_touchbook_map_io, | 544 | .map_io = omap3_map_io, |
545 | .reserve = omap_reserve, | ||
551 | .init_irq = omap3_touchbook_init_irq, | 546 | .init_irq = omap3_touchbook_init_irq, |
552 | .init_machine = omap3_touchbook_init, | 547 | .init_machine = omap3_touchbook_init, |
553 | .timer = &omap_timer, | 548 | .timer = &omap_timer, |