Commit 38cd0f2d authored by Matti Lehtimäki's avatar Matti Lehtimäki Committed by Bjorn Andersson

ARM: dts: qcom: msm8226: Add PMU node

Enable perf events on MSM8226 devices by adding the PMU node.
Signed-off-by: default avatarMatti Lehtimäki <matti.lehtimaki@gmail.com>
Reviewed-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230520121933.15533-3-matti.lehtimaki@gmail.com
parent fd817375
......@@ -47,6 +47,12 @@ scm {
};
};
pmu {
compatible = "arm,cortex-a7-pmu";
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4) |
IRQ_TYPE_LEVEL_HIGH)>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment