Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rob Herring (Arm) and committed by
Conor Dooley
ec32344d 0af2f6be

+2
+2
arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi
··· 12 12 13 13 &cpu0 { 14 14 enable-method = "spin-table"; 15 + cpu-release-addr = /bits/ 64 <0>; 15 16 }; 16 17 17 18 &cpu1 { 18 19 enable-method = "spin-table"; 20 + cpu-release-addr = /bits/ 64 <0>; 19 21 }; 20 22 21 23 &uart0 {