aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-cm-t35.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r--arch/arm/mach-omap2/board-cm-t35.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index 05442945fc67..e10bc109415c 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -690,12 +690,6 @@ static void __init cm_t35_init_irq(void)
690 omap_gpio_init(); 690 omap_gpio_init();
691} 691}
692 692
693static void __init cm_t35_map_io(void)
694{
695 omap2_set_globals_343x();
696 omap34xx_map_common_io();
697}
698
699static struct omap_board_mux board_mux[] __initdata = { 693static struct omap_board_mux board_mux[] __initdata = {
700 /* nCS and IRQ for CM-T35 ethernet */ 694 /* nCS and IRQ for CM-T35 ethernet */
701 OMAP3_MUX(GPMC_NCS5, OMAP_MUX_MODE0), 695 OMAP3_MUX(GPMC_NCS5, OMAP_MUX_MODE0),
@@ -818,7 +812,8 @@ MACHINE_START(CM_T35, "Compulab CM-T35")
818 .phys_io = 0x48000000, 812 .phys_io = 0x48000000,
819 .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, 813 .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc,
820 .boot_params = 0x80000100, 814 .boot_params = 0x80000100,
821 .map_io = cm_t35_map_io, 815 .map_io = omap3_map_io,
816 .reserve = omap_reserve,
822 .init_irq = cm_t35_init_irq, 817 .init_irq = cm_t35_init_irq,
823 .init_machine = cm_t35_init, 818 .init_machine = cm_t35_init,
824 .timer = &omap_timer, 819 .timer = &omap_timer,