From: Amit Kucheria <amit.kucheria@linaro.org>
Date: Tue, 21 May 2019 09:35:13 +0000 (+0530)
Subject: arm64: dts: qcom: msm8916: Add entry-method property for the idle-states node
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4742ab860618955aa3d601e678f71fc7fbbd8c6b;p=linux.git

arm64: dts: qcom: msm8916: Add entry-method property for the idle-states node

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>
---

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 423dda996b5dc..0d6ba8b3fa0e0 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -158,6 +158,8 @@
 		};
 
 		idle-states {
+			entry-method = "psci";
+
 			CPU_SPC: spc {
 				compatible = "arm,idle-state";
 				arm,psci-suspend-param = <0x40000002>;