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

Commit b1f172a1 authored by John Crispin's avatar John Crispin Committed by Ralf Baechle
Browse files

MIPS: ralink: Probe clocksources from OF



Make plat_time_init() call clocksource_of_init() allowing the systick cevt
to load.

Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/5670/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1f2acc5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,4 +69,5 @@ void __init plat_time_init(void)
	pr_info("CPU Clock: %ldMHz\n", clk_get_rate(clk) / 1000000);
	mips_hpt_frequency = clk_get_rate(clk) / 2;
	clk_put(clk);
	clocksource_of_init();
}