On Sat, 10 May 2025 15:32:01 +0000, Jonas Karlman wrote: > The commit ac30d90f3367 ("clk: Ensure the parent clocks are enabled > while reparenting") add a call to clk_enable() for the parent clock. > > For clock drivers that do not implement the enable() ops, like most > Rockchip clock drivers, this now cause the set_parent() ops to never > be called when CLK_CCF=n (default for Rockchip). > > [...]
Applied to u-boot/master, thanks! [1/1] clk: Fix clk_set_parent() regression commit: 128d997a8772cc174f38d529d8b25f90b3aa8ad8 -- Tom