Commit bc2f2a24 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.

The old plat_timer_setup hook is no longer getting called so the Alchemy
time initialization was getting skipped.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 82923663
...@@ -228,7 +228,7 @@ unsigned long cal_r4koff(void) ...@@ -228,7 +228,7 @@ unsigned long cal_r4koff(void)
return (cpu_speed / HZ); return (cpu_speed / HZ);
} }
void __init plat_timer_setup(struct irqaction *irq) void __init plat_time_init(void)
{ {
unsigned int est_freq; unsigned int est_freq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment