OSDN Git Service

ARM: dts: msm: add psci for msm8996 auto virtual platform
authorYimin Peng <yiminp@codeaurora.org>
Tue, 14 Nov 2017 13:10:02 +0000 (21:10 +0800)
committerYimin Peng <yiminp@codeaurora.org>
Mon, 27 Nov 2017 05:52:25 +0000 (13:52 +0800)
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>
arch/arm/boot/dts/qcom/vplatform-lfv-msm8996.dtsi

index 08aa412..7815399 100644 (file)
        };
 
        psci {
-               compatible = "arm,psci";
+               compatible = "arm,psci-1.0";
                method = "smc";
-               cpu_suspend = <0xc4000001>;
-               cpu_off = <0x84000002>;
-               cpu_on = <0xc4000003>;
        };
 
        soc: soc { };