* [PATCH] arm64: dts: freescale: Add dma err irq info on imx94
@ 2025-07-25 7:04 Jacky Bai
2025-08-22 3:42 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Jacky Bai @ 2025-07-25 7:04 UTC (permalink / raw)
To: shawnguo, robh, krzk+dt, conor+dt
Cc: devicetree, imx, linux-arm-kernel, kernel
Add the err irq info for edma2 and edma4. These two err irq are
connected to the GIC directly, not irqsteer.
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
---
arch/arm64/boot/dts/freescale/imx94.dtsi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx94.dtsi b/arch/arm64/boot/dts/freescale/imx94.dtsi
index 44dee2cbd42d..d4a880496b0e 100644
--- a/arch/arm64/boot/dts/freescale/imx94.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx94.dtsi
@@ -212,7 +212,8 @@ edma2: dma-controller@42000000 {
<&a55_irqsteer 88>, <&a55_irqsteer 89>,
<&a55_irqsteer 90>, <&a55_irqsteer 91>,
<&a55_irqsteer 92>, <&a55_irqsteer 93>,
- <&a55_irqsteer 94>, <&a55_irqsteer 95>;
+ <&a55_irqsteer 94>, <&a55_irqsteer 95>,
+ <&gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
};
mu10: mailbox@42430000 {
@@ -619,7 +620,8 @@ edma4: dma-controller@42df0000 {
<&a55_irqsteer 216>, <&a55_irqsteer 217>,
<&a55_irqsteer 218>, <&a55_irqsteer 219>,
<&a55_irqsteer 220>, <&a55_irqsteer 221>,
- <&a55_irqsteer 222>, <&a55_irqsteer 223>;
+ <&a55_irqsteer 222>, <&a55_irqsteer 223>,
+ <&gic GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: freescale: Add dma err irq info on imx94
2025-07-25 7:04 [PATCH] arm64: dts: freescale: Add dma err irq info on imx94 Jacky Bai
@ 2025-08-22 3:42 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2025-08-22 3:42 UTC (permalink / raw)
To: Jacky Bai
Cc: shawnguo, robh, krzk+dt, conor+dt, devicetree, imx,
linux-arm-kernel, kernel
On Fri, Jul 25, 2025 at 03:04:30PM +0800, Jacky Bai wrote:
> Add the err irq info for edma2 and edma4. These two err irq are
> connected to the GIC directly, not irqsteer.
>
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-22 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 7:04 [PATCH] arm64: dts: freescale: Add dma err irq info on imx94 Jacky Bai
2025-08-22 3:42 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).