]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: qcom: msm8916: Add entry-method property for the idle-states node
authorAmit Kucheria <amit.kucheria@linaro.org>
Tue, 21 May 2019 09:35:13 +0000 (15:05 +0530)
committerAndy Gross <agross@kernel.org>
Thu, 30 May 2019 02:37:31 +0000 (21:37 -0500)
The idle-states binding documentation[1] mentions that the
'entry-method' property is required on 64-bit platforms and must be set
to "psci".

[1] Documentation/devicetree/bindings/arm/idle-states.txt (see
idle-states node)

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Niklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 423dda996b5dcce3b9b0bc9cdc622e181e9e013c..0d6ba8b3fa0e082a773ec8d18ab666799b4929f4 100644 (file)
@@ -158,6 +158,8 @@ L2_0: l2-cache {
                };
 
                idle-states {
+                       entry-method = "psci";
+
                        CPU_SPC: spc {
                                compatible = "arm,idle-state";
                                arm,psci-suspend-param = <0x40000002>;