Commit b3f6a5f2 authored by Carlo Caione's avatar Carlo Caione Committed by Shawn Guo
Browse files

arm64: dts: imx8mq: Add ARM PMU node



Add the node for the ARM Performance Monitor Units.

Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3ea95c31
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -120,6 +120,13 @@
		};
	};

	pmu {
		compatible = "arm,cortex-a53-pmu";
		interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-parent = <&gic>;
		interrupt-affinity = <&A53_0>, <&A53_1>, <&A53_2>, <&A53_3>;
	};

	psci {
		compatible = "arm,psci-1.0";
		method = "smc";