All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx95: add DDR Perf Monitor node
@ 2024-08-05 20:14 Frank Li
  2024-08-05 20:14 ` [PATCH 2/2] arm64: dts: imx95: add flexcan[1..5] support Frank Li
  2024-08-13  7:31 ` [PATCH 1/2] arm64: dts: imx95: add DDR Perf Monitor node Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Li @ 2024-08-05 20:14 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	open list
  Cc: imx

From: Xu Yang <xu.yang_2@nxp.com>

Add DDR Perf Monitor for i.MX95.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx95.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 217565c960bba..d25465c947822 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -1555,5 +1555,11 @@ sai2: sai@4c880000 {
 			dma-names = "rx", "tx";
 			status = "disabled";
 		};
+
+		ddr-pmu@4e090dc0 {
+			compatible = "fsl,imx95-ddr-pmu", "fsl,imx93-ddr-pmu";
+			reg = <0x0 0x4e090dc0 0x0 0x200>;
+			interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
+		};
 	};
 };
-- 
2.34.1


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

end of thread, other threads:[~2024-08-13  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 20:14 [PATCH 1/2] arm64: dts: imx95: add DDR Perf Monitor node Frank Li
2024-08-05 20:14 ` [PATCH 2/2] arm64: dts: imx95: add flexcan[1..5] support Frank Li
2024-08-13  7:31 ` [PATCH 1/2] arm64: dts: imx95: add DDR Perf Monitor node Shawn Guo

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.