Skip to content

Commit 0835375

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: msm8992: Add PMU node
Add the PMU so we can get proper perf event support on this SoC. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7f8bcc0 commit 0835375

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
@@ -130,6 +130,11 @@
130130
reg = <0 0 0 0>;
131131
};
132132

133+
pmu {
134+
compatible = "arm,cortex-a53-pmu";
135+
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4)| IRQ_TYPE_LEVEL_HIGH)>;
136+
};
137+
133138
reserved-memory {
134139
#address-cells = <2>;
135140
#size-cells = <2>;

0 commit comments

Comments
 (0)