diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-27 04:36:15 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-27 04:36:15 -0800 |
| commit | 9b9dfe03694e4ea8ed5aa9a5111551a2da91950e (patch) | |
| tree | 6d880786150469e2ffffd66cb88cc645ce4c5aae /arch/arm | |
| parent | 7ef35aef91bb1a9f37733e3027d6d1e28b5ea55f (diff) | |
| parent | 706dcfc66902cd3beff923867eb0851a3db7478d (diff) | |
Merge "ARM: dts: msm: add psci for msm8996 auto virtual platform"
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dtsi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dtsi b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dtsi index 08aa412f1ff4..7815399f23b1 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dtsi +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dtsi @@ -24,11 +24,8 @@ }; psci { - compatible = "arm,psci"; + compatible = "arm,psci-1.0"; method = "smc"; - cpu_suspend = <0xc4000001>; - cpu_off = <0x84000002>; - cpu_on = <0xc4000003>; }; soc: soc { }; |
