Re: [PATCH 3/7] clk: at91: sckc: handle different RC startup time

2019-04-25 Thread Stephen Boyd
Quoting Alexandre Belloni (2019-02-19 09:01:56) > The sama5d3 slow RC oscillator as a different startup time than all the > previous SoCs. Handle that using its own compatible. > > Signed-off-by: Alexandre Belloni > --- Applied to clk-next

[PATCH 3/7] clk: at91: sckc: handle different RC startup time

2019-02-19 Thread Alexandre Belloni
The sama5d3 slow RC oscillator as a different startup time than all the previous SoCs. Handle that using its own compatible. Signed-off-by: Alexandre Belloni --- drivers/clk/at91/sckc.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/clk/at91/sckc.c