aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-integrator')
-rw-r--r--arch/arm/mach-integrator/integrator_cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c
index 8fb8afb014e..c4914c69462 100644
--- a/arch/arm/mach-integrator/integrator_cp.c
+++ b/arch/arm/mach-integrator/integrator_cp.c
@@ -484,7 +484,7 @@ static void __init intcp_timer_init(void)
484 writel(0, TIMER2_VA_BASE + TIMER_CTRL); 484 writel(0, TIMER2_VA_BASE + TIMER_CTRL);
485 485
486 sp804_clocksource_init(TIMER2_VA_BASE, "timer2"); 486 sp804_clocksource_init(TIMER2_VA_BASE, "timer2");
487 sp804_clockevents_init(TIMER1_VA_BASE, IRQ_TIMERINT1); 487 sp804_clockevents_init(TIMER1_VA_BASE, IRQ_TIMERINT1, "timer1");
488} 488}
489 489
490static struct sys_timer cp_timer = { 490static struct sys_timer cp_timer = {