From: Lad Prabhakar Date: Tue, 7 Oct 2025 12:15:06 +0000 (+0100) Subject: arm64: dts: renesas: r9a09g056: Add Cortex-A55 PMU node X-Git-Tag: v6.19-rc1~100^2~32^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19bbd9179062211cd117de9b8820cf5365bbc13c;p=thirdparty%2Flinux.git arm64: dts: renesas: r9a09g056: Add Cortex-A55 PMU node Enable the performance monitor unit for the Cortex-A55 cores on the RZ/V2N (R9A09G056) SoC. Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Link: https://patch.msgid.link/20251007121508.1595889-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm64/boot/dts/renesas/r9a09g056.dtsi b/arch/arm64/boot/dts/renesas/r9a09g056.dtsi index 9d540aa4d10b0..8781c2fa73135 100644 --- a/arch/arm64/boot/dts/renesas/r9a09g056.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a09g056.dtsi @@ -153,6 +153,11 @@ }; }; + pmu { + compatible = "arm,cortex-a55-pmu"; + interrupts = ; + }; + psci { compatible = "arm,psci-1.0", "arm,psci-0.2"; method = "smc";