Re: [PATCH v2 3/4] clk: mvebu: Iterate over possible CPUs instead of DT CPU nodes

From: Stephen Boyd
Date: Tue Jun 20 2023 - 14:57:58 EST


Quoting Rob Herring (2023-06-09 11:13:47)
> Rework iterating over DT CPU nodes to iterate over possible CPUs
> instead. There's no need to walk the DT CPU nodes again. Possible CPUs
> is equal to the number of CPUs defined in the DT. Using the "reg" value
> for an array index is fragile as it assumes "reg" is 0-N which often is
> not the case.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---

Applied to clk-next