From: Lad Prabhakar Date: Mon, 6 Feb 2023 00:11:33 +0000 (+0000) Subject: arm64: dts: renesas: r9a07g043u: Add Cortex-A55 PMU node X-Git-Tag: v6.6.7~3035^2~15^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=805ed6d67b7b39b07fb65d4a76c986a1e49262cf;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: renesas: r9a07g043u: Add Cortex-A55 PMU node Enable the performance monitor unit for the Cortex-A55 core on the RZ/G2UL (r9a07g043u) SoC. Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20230206001133.28776-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi index 9d854706ada5..1c9d3193e4ff 100644 --- a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi @@ -35,6 +35,11 @@ }; }; + pmu { + compatible = "arm,cortex-a55-pmu"; + interrupts-extended = <&gic GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>; + }; + psci { compatible = "arm,psci-1.0", "arm,psci-0.2"; method = "smc";