mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
cfb4346423
commit
e93abeef92
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user