]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx8qm-ss-hsio: Wire up DMA IRQ for PCIe
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 26 Feb 2026 15:38:51 +0000 (16:38 +0100)
committerFrank Li <Frank.Li@nxp.com>
Fri, 13 Mar 2026 18:18:43 +0000 (14:18 -0400)
IRQ mapping is already present. Add the missing DMA interrupt. This is
similar to commit 0b4c46f9ad79c ("arm64: dts: imx8qm-ss-hsio: Wire up
DMA IRQ for PCIe")

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi

index bd6e0aa27efe90d3489c16c705d508028b268ee7..f2c94cdb682b9c4a7cd0fda35ca86c159bdfa937 100644 (file)
@@ -20,8 +20,9 @@
                ranges = <0x81000000 0 0x00000000 0x4ff80000 0 0x00010000>,
                         <0x82000000 0 0x40000000 0x40000000 0 0x0ff00000>;
                #interrupt-cells = <1>;
-               interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
-               interrupt-names = "msi";
+               interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+               interrupt-names = "msi", "dma";
                #address-cells = <3>;
                #size-cells = <2>;
                clocks = <&pciea_lpcg IMX_LPCG_CLK_6>,