Skip to content

Commit ec32344

Browse files
robherringConchuOD
authored andcommitted
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) <[email protected]> Reviewed-by: Daniel Machon <[email protected]> Tested-by: Daniel Machon <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 0af2f6b commit ec32344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212

1313
&cpu0 {
1414
enable-method = "spin-table";
15+
cpu-release-addr = /bits/ 64 <0>;
1516
};
1617

1718
&cpu1 {
1819
enable-method = "spin-table";
20+
cpu-release-addr = /bits/ 64 <0>;
1921
};
2022

2123
&uart0 {

0 commit comments

Comments
 (0)