diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-16 09:06:09 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-02-09 23:42:55 -0500 |
commit | f3b7cd2a9e3de578a462bb507279870dd41e032e (patch) | |
tree | f92853867be74086069012858f6f44da3a90c6c1 /arch/arm/mach-highbank/highbank.c | |
parent | a7bf61620831c5578e434429bc7fa0fd0219c40c (diff) |
ARM: highbank: enable sp804 based sched_clock
Initialize sched_clock to use the sp804 timer.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/highbank.c')
-rw-r--r-- | arch/arm/mach-highbank/highbank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c index 8394d512a402..a96183e73fad 100644 --- a/arch/arm/mach-highbank/highbank.c +++ b/arch/arm/mach-highbank/highbank.c | |||
@@ -109,7 +109,7 @@ static void __init highbank_timer_init(void) | |||
109 | 109 | ||
110 | highbank_clocks_init(); | 110 | highbank_clocks_init(); |
111 | 111 | ||
112 | sp804_clocksource_init(timer_base + 0x20, "timer1"); | 112 | sp804_clocksource_and_sched_clock_init(timer_base + 0x20, "timer1"); |
113 | sp804_clockevents_init(timer_base, irq, "timer0"); | 113 | sp804_clockevents_init(timer_base, irq, "timer0"); |
114 | } | 114 | } |
115 | 115 | ||