On Fri, 19 Apr 2024 08:10:00 +0200, Ahmad Fatoum wrote: > The i.MX8M differntiates between three types of composite clocks (called > slices): Core, Bus and IP (peripheral) clocks. How muxes are configured > differs between these clocks, so the driver is populating a mux_ops > variable to point at the correct struct clk_ops. > > Unfortunately, mux_ops wasn't actually used, leading to barebox hangs, > depending on the assigned-clock-parents properties in the device tree. > > [...] Applied, thanks! [1/3] clk: imx: add IMX_COMPOSITE_CLK_FLAGS_DEFAULT macro https://git.pengutronix.de/cgit/barebox/commit/?id=fb6c852f5b87 (link may not be stable) [2/3] clk: imx: composite-8m: fix muxing of core and bus clocks https://git.pengutronix.de/cgit/barebox/commit/?id=4ec1f1d2887f (link may not be stable) [3/3] clk: imx: imx8mp: sync with Linux v6.9-rc3 https://git.pengutronix.de/cgit/barebox/commit/?id=ed8dad10eac8 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>