diff options
| author | Alice Guo <alice.guo@nxp.com> | 2026-05-19 18:55:15 +0800 |
|---|---|---|
| committer | Frank Li <Frank.Li@nxp.com> | 2026-06-05 13:18:47 -0400 |
| commit | 2521addd5df7e8ab805622d4a0eff9735a45fa11 (patch) | |
| tree | af46e2f20e0ae411b67f025a5f828643a295b0c0 | |
| parent | 7ca25f0fa0a8421bdb4c7fc9125a6fe58040ca31 (diff) | |
| download | linux-stable-2521addd5df7e8ab805622d4a0eff9735a45fa11.tar.gz linux-stable-2521addd5df7e8ab805622d4a0eff9735a45fa11.zip | |
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 <alice.guo@nxp.com>
Reviewed-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx94.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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>; }; }; }; |
