All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: r9a07g044: Add Cortex-A55 PMU node
@ 2023-01-27 17:40 Prabhakar
  2023-01-27 17:54 ` Krzysztof Kozlowski
  2023-01-27 18:38 ` Biju Das
  0 siblings, 2 replies; 13+ messages in thread
From: Prabhakar @ 2023-01-27 17:40 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm
  Cc: Rob Herring, Krzysztof Kozlowski, linux-renesas-soc, devicetree,
	linux-kernel, Prabhakar, Biju Das, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Enable the performance monitor unit for the Cortex-A55 cores on the
RZ/G2L (r9a07g044) SoC.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
index 80b2332798d9..ff9bdc03a3ed 100644
--- a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
@@ -161,6 +161,11 @@ opp-50000000 {
 		};
 	};
 
+	pmu_a55 {
+		compatible = "arm,cortex-a55-pmu";
+		interrupts-extended = <&gic GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
+	};
+
 	psci {
 		compatible = "arm,psci-1.0", "arm,psci-0.2";
 		method = "smc";
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-01-30 14:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 17:40 [PATCH] arm64: dts: renesas: r9a07g044: Add Cortex-A55 PMU node Prabhakar
2023-01-27 17:54 ` Krzysztof Kozlowski
2023-01-27 20:46   ` Lad, Prabhakar
2023-01-27 18:38 ` Biju Das
2023-01-27 20:44   ` Lad, Prabhakar
2023-01-27 21:48     ` Biju Das
2023-01-30 10:05       ` Geert Uytterhoeven
2023-01-30 13:13         ` Lad, Prabhakar
2023-01-30 13:26           ` Marc Zyngier
2023-01-30 13:36             ` Lad, Prabhakar
2023-01-30 14:04       ` Lad, Prabhakar
2023-01-30 14:09         ` Mark Rutland
2023-01-30 14:30           ` Lad, Prabhakar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.