Re: [PATCH resend v2] xtensa: Replace by

2020-12-07 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2020-11-10 07:51:17) > The Xtensa time code is not a clock provider, and just needs to call > of_clk_init(). > > Hence it can include instead of . > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Stephen Boyd > Acked-by: Max Filippov > --- Applied to clk-next

[PATCH resend v2] xtensa: Replace by

2020-11-10 Thread Geert Uytterhoeven
The Xtensa time code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd Acked-by: Max Filippov --- v2: - Add Reviewed-by, Acked-by. --- arch/xtensa/kernel/time.c | 2 +- 1 file changed