]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8qm-ss-hsio: Wire up DMA IRQ for PCIe
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 25 Feb 2025 10:27:22 +0000 (11:27 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Mar 2025 02:42:59 +0000 (10:42 +0800)
IRQ mapping is already present. Add the missing DMA interrupt. This is
similar to commit 9d9c56025e429 ("arm64: dts: imx8-ss-hsio: Wire up DMA
IRQ for PCIe")

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

index d52609e4fc4552c4b068a7e86b59683e0fe28a3a..e80f722dbe65f4bc0cd9c0fc2d77a3fe457b4e31 100644 (file)
@@ -69,8 +69,9 @@
                ranges = <0x81000000 0 0x00000000 0x8ff80000 0 0x00010000>,
                         <0x82000000 0 0x80000000 0x80000000 0 0x0ff00000>;
                #interrupt-cells = <1>;
-               interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
-               interrupt-names = "msi";
+               interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
+               interrupt-names = "msi", "dma";
                #address-cells = <3>;
                #size-cells = <2>;
                clocks = <&pcieb_lpcg IMX_LPCG_CLK_6>,