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/20250516055607.11248-1-claudiu.beznea@tuxon.dev
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann
2025-05-21 23:57:19 +02:00

View File

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