Devicetree
 help / color / mirror / Atom feed
* [PATCH v2 1/3] arm64: dts: imx94: fix DDR PMU interrupt number
@ 2026-05-19 10:55 alice.guo
  2026-05-19 10:55 ` [PATCH v2 2/3] arm64: dts: freescale: add bootph-all to ULP watchdog nodes for i.MX platforms alice.guo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: alice.guo @ 2026-05-19 10:55 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, Frank.Li, s.hauer, festevam
  Cc: devicetree, imx, linux-arm-kernel, linux-kernel

From: Alice Guo <alice.guo@nxp.com>

The DDR Performance Monitor node was added with incorrect interrupt
number 91, which actually belongs to the wdog4 watchdog. Fix it to the
correct interrupt number 374.

Fixes: e918e5f847b3 ("arm64: dts: imx94: add DDR Perf Monitor node")

Signed-off-by: Alice Guo <alice.guo@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx94.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx94.dtsi b/arch/arm64/boot/dts/freescale/imx94.dtsi
index c460ece6070f..379429b3072a 100644
--- a/arch/arm64/boot/dts/freescale/imx94.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx94.dtsi
@@ -1481,7 +1481,7 @@ netc_emdio: mdio@18,0 {
 		ddr-pmu@4e090dc0 {
 			compatible = "fsl,imx94-ddr-pmu", "fsl,imx93-ddr-pmu";
 			reg = <0x0 0x4e090dc0 0x0 0x200>;
-			interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
+			interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>;
 		};
 	};
 };
-- 
2.34.1


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

end of thread, other threads:[~2026-05-20  2:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 10:55 [PATCH v2 1/3] arm64: dts: imx94: fix DDR PMU interrupt number alice.guo
2026-05-19 10:55 ` [PATCH v2 2/3] arm64: dts: freescale: add bootph-all to ULP watchdog nodes for i.MX platforms alice.guo
2026-05-19 10:55 ` [PATCH v2 3/3] arm64: dts: freescale: add " alice.guo
2026-05-19 11:12   ` sashiko-bot
2026-05-20  2:36 ` [PATCH v2 1/3] arm64: dts: imx94: fix DDR PMU interrupt number Xu Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox