Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916: Add entry-method property for the idle-sta…
Browse files Browse the repository at this point in the history
…tes 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>
  • Loading branch information
Amit Kucheria authored and Andy Gross committed May 30, 2019
1 parent 0b0c339 commit 4742ab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@
};

idle-states {
entry-method = "psci";

CPU_SPC: spc {
compatible = "arm,idle-state";
arm,psci-suspend-param = <0x40000002>;
Expand Down

0 comments on commit 4742ab8

Please sign in to comment.