Message ID | 20250225102726.654070-3-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | imx8qxp: PCIe fixes | expand |
On Tue, Feb 25, 2025 at 11:27:22AM +0100, Alexander Stein wrote: > 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") Reviewed-by: Frank Li <Frank.Li@nxp.com> > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi > index d52609e4fc455..e80f722dbe65f 100644 > --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi > @@ -69,8 +69,9 @@ pcieb: pcie@5f010000 { > 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>, > -- > 2.43.0 >
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi index d52609e4fc455..e80f722dbe65f 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi @@ -69,8 +69,9 @@ pcieb: pcie@5f010000 { 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>,
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> --- arch/arm64/boot/dts/freescale/imx8qm-ss-hsio.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)