From: AngeloGioacchino Del Regno Date: Thu, 9 Jun 2022 11:22:56 +0000 (+0200) Subject: arm64: dts: mediatek: mt6795: Add Cortex A53 PMU nodes X-Git-Tag: v6.6.17~6969^2~27^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fce1e6cc09748b3003f7a31699a3d3b36bfcb03;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: mediatek: mt6795: Add Cortex A53 PMU nodes Add the required nodes to enable the PMU on this SoC. Signed-off-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20220609112303.117928-4-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/boot/dts/mediatek/mt6795.dtsi b/arch/arm64/boot/dts/mediatek/mt6795.dtsi index 1456b90..639104b 100644 --- a/arch/arm64/boot/dts/mediatek/mt6795.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt6795.dtsi @@ -160,6 +160,15 @@ #clock-cells = <0>; }; + pmu { + compatible = "arm,cortex-a53-pmu"; + interrupts = , + , + , + ; + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; + }; + timer { compatible = "arm,armv8-timer"; interrupt-parent = <&gic>;