On Tue, 06 May 2025 16:12:20 +0800, Weijie Gao wrote: > Starting from commit ac30d90f336 (clk: Ensure the parent clocks are enabled > while reparenting), MediaTek filogic platforms will crash on booting when > initializing mmc devices. > > The root cause is that to simplify the code, we reused the topckgen ops for > apmixedsys clocks as they share the get_rate with topckgen clocks while the > clk enable/disable ops are not available for apmixedsys clocks. > > [...]
Applied to u-boot/next, thanks! [1/1] clk: mediatek: add dummy clk enable/disable ops for apmixedsys clocks commit: 1bf212129768d65a47145209c65bf37b6082d718 -- Tom