]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8-ss-hsio: Wire up DMA IRQ for PCIe
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 7 Jan 2025 14:01:06 +0000 (15:01 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 25 Feb 2025 00:32:57 +0000 (08:32 +0800)
IRQ mapping is already present. Add the missing DMA interrupt.

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

index 70a8aa1a67911d77a6a25751c84e875f22331328..4bdfc15487cbc37a5c53127eeb59de1bda56e095 100644 (file)
@@ -57,8 +57,9 @@ hsio_subsys: bus@5f000000 {
                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>,