Skip to content

Commit f10a788

Browse files
nxpfrankliShawn Guo
authored andcommitted
arm64: dts: imx8dxl: Correct pcie-ep interrupt number
Correct i.MX8DXL's pcie-ep interrupt number. Fixes: d03743c ("arm64: dts: imx8q: add PCIe EP for i.MX8QM and i.MX8QXP") Signed-off-by: Frank Li <Frank.Li@nxp.com> Cc: stable@vger.kernel.org Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 6504297 commit f10a788

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8dxl-ss-hsio.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@
5454
interrupt-names = "dma";
5555
};
5656
};
57+
58+
&pcieb_ep {
59+
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
60+
interrupt-names = "dma";
61+
};

0 commit comments

Comments
 (0)