From 2521addd5df7e8ab805622d4a0eff9735a45fa11 Mon Sep 17 00:00:00 2001 From: Alice Guo Date: Tue, 19 May 2026 18:55:15 +0800 Subject: [PATCH] arm64: dts: imx94: fix DDR PMU interrupt number 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 Reviewed-by: Xu Yang Signed-off-by: Frank Li --- 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 589f4aadc742..03889092eaf5 100644 --- a/arch/arm64/boot/dts/freescale/imx94.dtsi +++ b/arch/arm64/boot/dts/freescale/imx94.dtsi @@ -1569,7 +1569,7 @@ netc_emdio: mdio@18,0 { ddr-pmu@4e090dc0 { compatible = "fsl,imx94-ddr-pmu", "fsl,imx93-ddr-pmu"; reg = <0x0 0x4e090dc0 0x0 0x200>; - interrupts = ; + interrupts = ; }; }; };