Re: [PATCH] ARC: Replace by

2020-02-12 Thread Geert Uytterhoeven
Hi Vineet, On Wed, Feb 12, 2020 at 6:30 PM Vineet Gupta wrote: > On 2/12/20 2:00 AM, Geert Uytterhoeven wrote: > > The ARC platform 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 > > Thx

Re: [PATCH] ARC: Replace by

2020-02-12 Thread Vineet Gupta
On 2/12/20 2:00 AM, Geert Uytterhoeven wrote: > The ARC platform 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 Thx for this Geert. Do you want me to pick this up. Thx, -Vineet __

Re: [PATCH] ARC: Replace by

2020-02-12 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2020-02-12 02:00:47) > The ARC platform 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 __

[PATCH] ARC: Replace by

2020-02-12 Thread Geert Uytterhoeven
The ARC platform 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 --- arch/arc/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/set