arm64: dts: qcom: msm8994: Add PSCI node
authorKonrad Dybcio <konradybcio@gmail.com>
Tue, 23 Jun 2020 22:48:08 +0000 (00:48 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 23 Jun 2020 23:22:16 +0000 (16:22 -0700)
Add PSCI node to enable multi-processor startup.

Note that not every 8994 device firmware supports PSCI,
and even if, then it can only start the cores and not
shut them down.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200623224813.297077-10-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8994.dtsi

index 25b1562c4656c10d480b7ab11fd9d962f128f9cb..1d1ae6f9ba1be09fa5021c8c3334154cf1a98bda 100644 (file)
                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>;