Commit ea574283 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle

[MIPS] Fix timer setup for Jazz

Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 53a5fbdc
...@@ -37,7 +37,7 @@ extern void jazz_machine_restart(char *command); ...@@ -37,7 +37,7 @@ extern void jazz_machine_restart(char *command);
extern void jazz_machine_halt(void); extern void jazz_machine_halt(void);
extern void jazz_machine_power_off(void); extern void jazz_machine_power_off(void);
void __init plat_time_init(struct irqaction *irq) void __init plat_timer_setup(struct irqaction *irq)
{ {
/* set the clock to 100 Hz */ /* set the clock to 100 Hz */
r4030_write_reg32(JAZZ_TIMER_INTERVAL, 9); r4030_write_reg32(JAZZ_TIMER_INTERVAL, 9);
......
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