Re: [PATCH v3 1/4] clk: at91: sckc: sama5d4 has no bypass support

2019-05-10 Thread Alexandre Belloni
On 10/05/2019 11:23:27+, claudiu.bez...@microchip.com wrote: > From: Claudiu Beznea > > The slow clock of SAMA5D4 has no bypass support thus remove it. > > Signed-off-by: Claudiu Beznea Acked-by: Alexandre Belloni > --- > drivers/clk/at91/sckc.c | 6 -- > 1 file changed, 6 deletions(

[PATCH v3 1/4] clk: at91: sckc: sama5d4 has no bypass support

2019-05-10 Thread Claudiu.Beznea
From: Claudiu Beznea The slow clock of SAMA5D4 has no bypass support thus remove it. Signed-off-by: Claudiu Beznea --- drivers/clk/at91/sckc.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/clk/at91/sckc.c b/drivers/clk/at91/sckc.c index e76b1d64e905..6c55a7a86f79 100644 ---