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

Commit c3067b3f authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

ARM: dts: msm: Add ARM PMU support for Scuba

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: I418a396fa058807fbb380d6ce5d3b59330cea5bb
parent 188c2bb3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -269,6 +269,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>;