ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg'
authorRob Herring <robh@kernel.org>
Mon, 27 Mar 2023 20:52:28 +0000 (15:52 -0500)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 30 Mar 2023 14:02:42 +0000 (16:02 +0200)
commit6050cb1c7ad40b5673cd6ee7cfd36db3ca9be5fe
treed8f2981cc78b27ab7284a8f36501ec3702d64319
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg'

Replace open coded CPU nodes reading of "reg" and translation to logical
ID with of_cpu_node_to_id().

The original code called of_parse_phandle() CONFIG_NR_CPUS times
regardless of the length of 'cpus'. Optimize the loop to bail out once
of_parse_phandle() fails as the end of 'cpus' property has been reached.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230327205228.573456-1-robh@kernel.org
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/mach-shmobile/platsmp-apmu.c