From: Carlo Caione Date: Sat, 2 Feb 2019 14:41:58 +0000 (+0000) Subject: arm64: dts: imx8mq: Add ARM PMU node X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~5228^2~21^2~1 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=b3f6a5f216e5f244dcd9b0d36b1c2434ecc4b6c0;p=linux.git arm64: dts: imx8mq: Add ARM PMU node Add the node for the ARM Performance Monitor Units. Signed-off-by: Carlo Caione Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 1dc3f05e3199..8e130ec29091 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -120,6 +120,13 @@ }; }; + pmu { + compatible = "arm,cortex-a53-pmu"; + interrupts = ; + interrupt-parent = <&gic>; + interrupt-affinity = <&A53_0>, <&A53_1>, <&A53_2>, <&A53_3>; + }; + psci { compatible = "arm,psci-1.0"; method = "smc";