Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: imx8dxl: Correct pcie-ep interrupt number

Correct i.MX8DXL's pcie-ep interrupt number.

Fixes: d03743c5659a9 ("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>

authored by

Frank Li and committed by
Shawn Guo
f10a788e 65042978

+5
+5
arch/arm64/boot/dts/freescale/imx8dxl-ss-hsio.dtsi
··· 54 54 interrupt-names = "dma"; 55 55 }; 56 56 }; 57 + 58 + &pcieb_ep { 59 + interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; 60 + interrupt-names = "dma"; 61 + };