]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx94: fix DDR PMU interrupt number
authorAlice Guo <alice.guo@nxp.com>
Tue, 19 May 2026 10:55:15 +0000 (18:55 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 5 Jun 2026 17:18:47 +0000 (13:18 -0400)
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>
Reviewed-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx94.dtsi

index 589f4aadc742f80c65eb5a12517e02960f7f256c..03889092eaf5b10b8a954a4b136a20030b6e7dc7 100644 (file)
                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>;
                };
        };
 };