[PATCH 04/19] arm64: dts: microchip: sparx5: Fix CPU node "enable-method" property dependencies
Daniel Machon
daniel.machon at microchip.com
Fri Apr 4 02:43:28 PDT 2025
> 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 at kernel.org>
> ---
> arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi b/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi
> index 32bb76b3202a..83bf5c81b5f7 100644
> --- a/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi
> +++ b/arch/arm64/boot/dts/microchip/sparx5_pcb_common.dtsi
> @@ -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 {
>
> --
> 2.47.2
>
Reviewed-by: Daniel Machon <daniel.machon at microchip.com>
Tested-by: Daniel Machon <daniel.machon at microchip.com>
More information about the linux-amlogic
mailing list