Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 325d08d1 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] EV64120: Fix timer initialization for HZ != 100.

parent ff28cbd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ void gt64120_time_init(void)
	/* Disable timer first */
	GT_WRITE(GT_TC_CONTROL_OFS, 0);
	/* Load timer value for 100 Hz */
	GT_WRITE(GT_TC3_OFS, Sys_clock / 100);
	GT_WRITE(GT_TC3_OFS, Sys_clock / HZ);

	/*
	 * Create the IRQ structure entry for the timer.  Since we're too early