ARM: dts: msm: add psci for msm8996 auto virtual platform
Hypervisor supports psci-1.0 not 0.1 and new function IDs have been defined in psci driver. Change-Id: Id257dd264f9ffc812879997c0b227e53f84c86a2 Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
This commit is contained in:
parent
92bb5453ca
commit
706dcfc669
1 changed files with 1 additions and 4 deletions
|
@ -24,11 +24,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
psci {
|
psci {
|
||||||
compatible = "arm,psci";
|
compatible = "arm,psci-1.0";
|
||||||
method = "smc";
|
method = "smc";
|
||||||
cpu_suspend = <0xc4000001>;
|
|
||||||
cpu_off = <0x84000002>;
|
|
||||||
cpu_on = <0xc4000003>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
soc: soc { };
|
soc: soc { };
|
||||||
|
|
Loading…
Add table
Reference in a new issue