Quoting Théo Lebrun (2024-11-06 08:03:58) > Previous setup was: > - pll-cpu clock registered from driver at of_clk_init(); > - occ-cpu clock registered from DT using fixed-factor-clock compatible. > > Now that drivers/clk/clk-eyeq.c supports registering fixed factors, use > that capability to register occ-cpu. > > Also switch from hard-coded index 0 for pll-cpu to using the > EQ6HC_CENTRAL_PLL_CPU constant by exposed dt-bindings headers. > > occ-cpu is exposed at of_clk_init() because it gets used by both the DT > CPU nodes and the GIC timer. > > Signed-off-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx> > --- Applied to clk-next