arm: omap2: board-generic: use omap4_local_timer_init for AM437x
authorFelipe Balbi <balbi@ti.com>
Tue, 20 Oct 2015 21:05:59 +0000 (16:05 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 21 Oct 2015 23:30:19 +0000 (16:30 -0700)
AM437x-based boards, can use omap4_local_timer_init()
just fine. Let's use that instead.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-generic.c

index a99db5b550b78a16e622c8f6cd5441bd73b7427a..6bcea25f5f10d9b24bcde35c06b72af7e118b15b 100644 (file)
@@ -272,7 +272,7 @@ DT_MACHINE_START(AM43_DT, "Generic AM43 (Flattened Device Tree)")
        .init_late      = am43xx_init_late,
        .init_irq       = omap_gic_of_init,
        .init_machine   = omap_generic_init,
-       .init_time      = omap3_gptimer_timer_init,
+       .init_time      = omap4_local_timer_init,
        .dt_compat      = am43_boards_compat,
        .restart        = omap44xx_restart,
 MACHINE_END
This page took 0.034569 seconds and 5 git commands to generate.