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

Configure Feed

Select the types of activity you want to include in your feed.

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/20250516055607.11248-1-claudiu.beznea@tuxon.dev
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+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 {