Skip to content

Commit

Permalink
ARM: highbank: enable sp804 based sched_clock
Browse files Browse the repository at this point in the history
Initialize sched_clock to use the sp804 timer.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Rob Herring committed Feb 10, 2012
1 parent a7bf616 commit f3b7cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-highbank/highbank.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static void __init highbank_timer_init(void)

highbank_clocks_init();

sp804_clocksource_init(timer_base + 0x20, "timer1");
sp804_clocksource_and_sched_clock_init(timer_base + 0x20, "timer1");
sp804_clockevents_init(timer_base, irq, "timer0");
}

Expand Down

0 comments on commit f3b7cd2

Please sign in to comment.