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ć <duje@dujemihanovic.xyz>
This commit is contained in:
Duje Mihanović 2026-04-09 23:17:26 +02:00
parent cfb4346423
commit e93abeef92
No known key found for this signature in database
GPG Key ID: BE322DD7C35959C5

View File

@ -55,8 +55,11 @@ pmu {
};
psci {
compatible = "arm,psci-0.2";
compatible = "arm,psci-0.2", "arm,psci";
method = "smc";
cpu_off = <0x85000001>;
cpu_on = <0x85000002>;
};
reserved-memory {