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

Commit b53b3c3b authored by Srinivas Ramana's avatar Srinivas Ramana Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add perf-events support for msm8939



Add the device definitions for the performance monitor
unit on msm8939. This enables the perf-events subsystem.

Change-Id: I7bc87f7e3fc8832d9b314c867c54e138572f5702
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 3536f4b9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -136,4 +136,10 @@
			 < 1267200 >,
			 < 1344000 >;
	};

	cpu-pmu {
		compatible = "arm,armv8-pmuv3";
		qcom,irq-is-percpu;
		interrupts = <1 7 0xf000>;
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -174,4 +174,10 @@
			 <  800000 >,
			 <  998400 >;
	};

	cpu-pmu {
		compatible = "arm,armv8-pmuv3";
		qcom,irq-is-percpu;
		interrupts = <1 7 0xff00>;
	};
};