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

Commit aa8c7b99 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: add perf-events support for 8937, titanium and gold



Add the device definitions for the performance monitor
unit on msm8937, msmtitanium, msmgold. This enables the
perf-events subsystem.

Change-Id: I29e364041067ea94bb88cc3791c56d8e3db235f3
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 9c186765
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -222,6 +222,11 @@
		clock-frequency = <32768>;
	};

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

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;
+5 −0
Original line number Diff line number Diff line
@@ -203,6 +203,11 @@
		clock-frequency = <32768>;
	};

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

	tsens: tsens@4a8000 {
		compatible = "qcom,msmgold-tsens";
		reg = <0x4a8000 0x2000>,
+5 −0
Original line number Diff line number Diff line
@@ -217,6 +217,11 @@
		clock-frequency = <32768>;
	};

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

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;