diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2023-05-20 15:19:31 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-30 17:54:19 +0300 |
commit | 38cd0f2d86f1dbfef2bef4e2b0a8b19d32a82760 (patch) | |
tree | 6aae826b9592e3ce356e14e12e6ce3e516b55d30 /arch/arm/boot/dts/qcom-msm8226.dtsi | |
parent | fd817375091b35c4368244a9872158eb719534b0 (diff) | |
download | linux-38cd0f2d86f1dbfef2bef4e2b0a8b19d32a82760.tar.xz |
ARM: dts: qcom: msm8226: Add PMU node
Enable perf events on MSM8226 devices by adding the PMU node.
Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230520121933.15533-3-matti.lehtimaki@gmail.com
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8226.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8226.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8226.dtsi b/arch/arm/boot/dts/qcom-msm8226.dtsi index 42acb9ddb8cc..185a8fff62be 100644 --- a/arch/arm/boot/dts/qcom-msm8226.dtsi +++ b/arch/arm/boot/dts/qcom-msm8226.dtsi @@ -47,6 +47,12 @@ }; }; + 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>; |