Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdd72a03 authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

ARM: dts: msm: add PMU support for kona



Add a device node to enable the armv8 PMU counters. This allows
perf subsystem to measure the hardware/raw performance events, such
as cycles count, instructions count, L1 misses and so on.

Change-Id: Id0c28192f3bf781d58423c4a69b6118373a4b22b
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 7e85fe5b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -203,6 +203,12 @@
		};
	};

	cpu_pmu: cpu-pmu {
		compatible = "arm,armv8-pmuv3";
		qcom,irq-is-percpu;
		interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
	};

	soc: soc { };

	reserved-memory {