Hello Stephen! All notes taken in account, except: On Thu, 2024-04-11 at 02:32 -0700, Stephen Boyd wrote: > Quoting Nikita Shubin via B4 Relay (2024-04-08 01:09:54) > > > > + ret = clk_hw_register_div(clk, "ep93xx-adc", &xtali, > > Use devm? This clk-ep93xx internal function and it uses devm: ``` static int clk_hw_register_div(...) ... return devm_clk_hw_register(priv->dev, &clk->hw); ```