Re: [PATCH 03/19] arm64: dts: morello: Fix-up cache nodes

From: Philippe Mathieu-Daudé
Date: Thu Apr 10 2025 - 08:40:08 EST


On 4/4/25 04:59, Rob Herring (Arm) wrote:
There's no need include the CPU number in the L2 cache node names as
the names are local to the CPU nodes. The documented node name is
also just "l2-cache".

The L3 cache is not part of cpu@0/l2-cache as it is shared among all
cores. Move it to /cpus node which is the typical place for shared
caches.

Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
---
arch/arm64/boot/dts/arm/morello.dtsi | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>