Quoting Biju Das (2025-04-09 23:20:38) > Simplify of_davinci_pll_init() by using of_get_available_child_by_name(). > > While at it, move of_node_put(child) inside the if block to avoid > additional check if of_child is NULL. > > Reviewed-by: David Lechner <david@xxxxxxxxxxxxxx> > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- Applied to clk-next