Skip to content

Commit 329e16d

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: msm8992: Add PSCI support.
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 0835375 commit 329e16d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/qcom/msm8992.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@
135135
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4)| IRQ_TYPE_LEVEL_HIGH)>;
136136
};
137137

138+
psci {
139+
compatible = "arm,psci-0.2";
140+
method = "hvc";
141+
};
142+
138143
reserved-memory {
139144
#address-cells = <2>;
140145
#size-cells = <2>;

0 commit comments

Comments
 (0)