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

Commit 83b3aef7 authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

ARM: dts: msm: add ARM PMU support for trinket



Add dt node to support ARM PMU. This allows the
perf clients to record event related to L1 cache,
cpu clock cycle etc.

Change-Id: I138a3b848475b81ccff7f33338c27ca328795f0d
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent b6072a3c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -510,6 +510,12 @@
		qcom,rtb-size = <0x100000>;
	};

	cpu_pmu: cpu-pmu {
		compatible = "arm,armv8-pmuv3";
		qcom,irq-is-percpu;
		interrupts = <1 6 4>;
	};

	wdog: qcom,wdt@f017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf017000 0x1000>;