]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: marvell: pxa1908: Add PSCI function IDs
authorDuje Mihanović <duje@dujemihanovic.xyz>
Thu, 9 Apr 2026 21:17:26 +0000 (23:17 +0200)
committerDuje Mihanović <duje@dujemihanovic.xyz>
Tue, 5 May 2026 14:51:26 +0000 (16:51 +0200)
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ć <duje@dujemihanovic.xyz>
arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi

index 5778bfdb85675e996f3ad1fae4d1ba4d21548365..91022b62a39b1cc2eed6e8a6ea457f8cb0a8b562 100644 (file)
        };
 
        psci {
-               compatible = "arm,psci-0.2";
+               compatible = "arm,psci-0.2", "arm,psci";
                method = "smc";
+
+               cpu_off = <0x85000001>;
+               cpu_on = <0x85000002>;
        };
 
        reserved-memory {