[PATCH 2/2 v4] clk: Add Gemini SoC clock controller
From: Linus Walleij <hidden>
Date: 2017-06-14 11:31:55
Also in:
linux-clk
From: Linus Walleij <hidden>
Date: 2017-06-14 11:31:55
Also in:
linux-clk
On Mon, Jun 12, 2017 at 11:02 PM, Stephen Boyd [off-list ref] wrote:
On 06/12, Linus Walleij wrote:
quoted
So the deferred clock makes the whole platform hang because the timer needs it. Without a clocksource, the delay loop cannot be calibrated, so it hangs there.Ok. So can the certain clks that are required to get the timer going be put into CLK_OF_DECLARE_DRIVER() and then have a regular platform driver for the rest of the clks that aren't required for early boot? We've been doing this sort of hybrid design lately, so hopefully that works here too.
Sure I will give it a spin! Is there a best-in-class driver doing this I can use as inspiration? Yours, Linus Walleij