Re: [PATCH] clk: rockchip: fix finding of maximum clock ID

From: Stephen Boyd
Date: Wed Oct 09 2024 - 19:07:19 EST


Quoting Yao Zi (2024-09-12 06:32:05)
> If an ID of a branch's child is greater than current maximum, we should
> set new maximum to the child's ID, instead of its parent's.
>
> Fixes: 2dc66a5ab2c6 ("clk: rockchip: rk3588: fix CLK_NR_CLKS usage")
> Signed-off-by: Yao Zi <ziyao@xxxxxxxxxxx>
> ---

Applied to clk-fixes