From: Duje Mihanović Date: Thu, 9 Apr 2026 21:17:26 +0000 (+0200) Subject: arm64: dts: marvell: pxa1908: Add PSCI function IDs X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e93abeef9267a9c3e063e594571d46b3d9461efc;p=thirdparty%2Flinux.git arm64: dts: marvell: pxa1908: Add PSCI function IDs Add function IDs for CPU_ON and CPU_OFF from vendor kernel source. This is done for completeness and to allow PSCI to work on the occasion that the DT is used with an ancient kernel. Signed-off-by: Duje Mihanović --- diff --git a/arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi b/arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi index 5778bfdb85675..91022b62a39b1 100644 --- a/arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi +++ b/arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi @@ -55,8 +55,11 @@ }; psci { - compatible = "arm,psci-0.2"; + compatible = "arm,psci-0.2", "arm,psci"; method = "smc"; + + cpu_off = <0x85000001>; + cpu_on = <0x85000002>; }; reserved-memory {