arm64: dts: microchip: sparx5: Fix CPU node "enable-method" property dependencies

The "spin-table" enable-method requires "cpu-release-addr" property,
so add a dummy entry. It is assumed the bootloader will fill in the
correct values.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Daniel Machon <daniel.machon@microchip.com>
Tested-by: Daniel Machon <daniel.machon@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
Rob Herring (Arm) 2025-04-03 21:59:25 -05:00 committed by Conor Dooley
parent 0af2f6be1b
commit ec32344d2a

View file

@ -12,10 +12,12 @@
&cpu0 {
enable-method = "spin-table";
cpu-release-addr = /bits/ 64 <0>;
};
&cpu1 {
enable-method = "spin-table";
cpu-release-addr = /bits/ 64 <0>;
};
&uart0 {