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

Commit e3fa0d6f authored by Neil Leeder's avatar Neil Leeder
Browse files

ARM: dts: msm: add L2 cache PMU to msm8996-v3



Add support for the L2 cache driver for the performance
monitor unit.

Change-Id: I474e5a0e842b200b687dbfb4e64ec839818c4e52
Signed-off-by: default avatarNeil Leeder <nleeder@codeaurora.org>
parent 9993f9f9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -155,6 +155,15 @@
			qcom,bus-min = <0>;
			qcom,bus-max = <0>;
		};

	};
};

&soc {
	l2-pmu {
		compatible = "qcom,qcom-l2cache-pmu";
		interrupts = <0 0 1>, <0 8 1>;
		qcom,cpu-affinity = <0>, <2>;
	};
};