diff options
Diffstat (limited to 'arch/mips/ar7/time.c')
| -rw-r--r-- | arch/mips/ar7/time.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ar7/time.c b/arch/mips/ar7/time.c index 5fb8a013408..22c93213b23 100644 --- a/arch/mips/ar7/time.c +++ b/arch/mips/ar7/time.c @@ -30,6 +30,9 @@ void __init plat_time_init(void)  {  	struct clk *cpu_clk; +	/* Initialize ar7 clocks so the CPU clock frequency is correct */ +	ar7_init_clocks(); +  	cpu_clk = clk_get(NULL, "cpu");  	if (IS_ERR(cpu_clk)) {  		printk(KERN_ERR "unable to get cpu clock\n");  |