diff options
| author | Duje Mihanović <duje@dujemihanovic.xyz> | 2026-04-10 00:17:26 +0300 |
|---|---|---|
| committer | Duje Mihanović <duje@dujemihanovic.xyz> | 2026-05-05 17:51:26 +0300 |
| commit | e93abeef9267a9c3e063e594571d46b3d9461efc (patch) | |
| tree | d11939e7848f6a43cc3656fd33ada28883f3435b | |
| parent | cfb4346423eb5dab498546d617a8c444b878bff3 (diff) | |
| download | linux-e93abeef9267a9c3e063e594571d46b3d9461efc.tar.xz | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi b/arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi index 5778bfdb8567..91022b62a39b 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 { |
