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

Commit 3bff5474 authored by Stephen Boyd's avatar Stephen Boyd Committed by Olof Johansson
Browse files

ARM: dts: msm: Add krait-pmu to platforms with Krait CPUs



Allows us to probe the performance counters on Krait CPUs.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
[olof: Moved 8960 contents to the dtsi instead]
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 567acf8e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,12 @@
	compatible = "qcom,msm8960";
	interrupt-parent = <&intc>;

	cpu-pmu {
		compatible = "qcom,krait-pmu";
		interrupts = <1 10 0x304>;
		qcom,no-pc-write;
	};

	intc: interrupt-controller@2000000 {
		compatible = "qcom,msm-qgic2";
		interrupt-controller;
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@
	compatible = "qcom,msm8974";
	interrupt-parent = <&intc>;

	cpu-pmu {
		compatible = "qcom,krait-pmu";
		interrupts = <1 7 0xf04>;
	};

	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;