On Sat, 15 Mar 2025 10:24:14 +0100, Christian Marangi wrote: > It's currently possible to make the bootloader crash on calling > clk_set_rate caused by the loop in clk_clean_rate_cache. > > The loop assume that every child of the clock node are also clock > device but this is not always the case. For example it's common for a > clock to bind to a reset device or also expose a syscon if the clock > register map is also used to apply special configuration. > > [...]
Applied to u-boot/master, thanks! [1/1] clk: fix crash on clk_set_rate clean rate cache commit: aa96cda0a58f4d181b81a897b0b9fea3d9729478 -- Tom