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

Commit 34aeec22 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 perf-events support for msm8939"

parents 2179c8dd b53b3c3b
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>;
	};
};