Skip to content

Commit ced334a

Browse files
committed
Merge tag 'microchip-dt64-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt
Microchip ARM64 device tree updates for v6.16 This update includes: - fix CPU node "enable-method" property dependencies * tag 'microchip-dt64-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: arm64: dts: microchip: sparx5: Fix CPU node "enable-method" property dependencies Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents ea15963 + ec32344 commit ced334a

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)