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

Commit df4eabb3 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: add perf-events support for msmfalcon and msmtriton



Add device tree entry for performance monitor unit (pmu) on msmfalcon
and msmtriton.

Change-Id: I97a28cccc0494ea5ff45ccade9721da0c85edef7
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent a0b8ac8a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -906,6 +906,12 @@
		clock-names = "atb_clk";
		clocks = <&clock_rpmcc RPM_QDSS_CLK>;
	};

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

#include "msmfalcon-ion.dtsi"
+6 −0
Original line number Diff line number Diff line
@@ -727,6 +727,12 @@
		clock-names = "atb_clk";
		clocks = <&clock_rpmcc RPM_QDSS_CLK>;
	};

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

#include "msmtriton-ion.dtsi"