Skip to content

Commit

Permalink
arm64: dts: qcom: msm8992: Add PSCI support.
Browse files Browse the repository at this point in the history
This SoC's firmware does not fully support the PSCI
spec, but it's good enough to bring the cores up.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200625182118.131476-11-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Konrad Dybcio authored and Bjorn Andersson committed Jul 28, 2020
1 parent 0835375 commit 329e16d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8992.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4)| IRQ_TYPE_LEVEL_HIGH)>;
};

psci {
compatible = "arm,psci-0.2";
method = "hvc";
};

reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
Expand Down

0 comments on commit 329e16d

Please sign in to comment.