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

Commit 5e602b64 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 831f0874 e3fa0d6f
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>;
	};
};