Skip to content

Commit

Permalink
arm64: dts: renesas: r9a07g054: Add Cortex-A55 PMU node
Browse files Browse the repository at this point in the history
Enable the performance monitor unit for the Cortex-A55 cores on the
RZ/V2L (r9a07g054) SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230206001300.28937-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
prabhakarlad authored and geertu committed Mar 10, 2023
1 parent 4077043 commit 2892444
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/renesas/r9a07g054.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,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";
Expand Down

0 comments on commit 2892444

Please sign in to comment.