[PATCH v4 01/21] riscv: Fix kernel time_init()

Stephen Boyd sboyd at kernel.org
Sat Dec 5 00:41:43 EST 2020


Quoting Damien Le Moal (2020-12-01 19:24:40)
> If of_clk_init() is not called in time_init(), clock providers defined
> in the system device tree are not initialized, resulting in failures for
> other devices to initialize due to missing clocks.
> Similarly to other architectures and to the default kernel time_init()
> implementation, call of_clk_init() before executing timer_probe() in
> time_init().
> 
> Signed-off-by: Damien Le Moal <damien.lemoal at wdc.com>
> ---

Acked-by: Stephen Boyd <sboyd at kernel.org>



More information about the linux-riscv mailing list