Re: [PATCH v5 12/44] clk: davinci: Add platform information for TI DA850 PSC

From: Stephen Boyd
Date: Fri Apr 06 2018 - 12:46:29 EST


Quoting Sekhar Nori (2018-04-06 02:37:03)
>
> Can you please check that and confirm there is no issue with genpd and
> using CLK_OF_DECLARE() to initialize clocks?
>
> Unless you report an issue back, or Mike and Stephen have ideas about
> how to handle the dependency between PSC/PLL derived timer clock
> initialization and and timer_probe(), I think we need to move back to
> using CLK_OF_DECLARE().

In such a case, please use the hybrid approach where the clks required
for the clockevent and/or clocksource are registered in the early
CLK_OF_DECLARE path but the rest of the clks get registered with a
proper platform device and driver. There are examples of this approach
on other platforms already.