arm64: dts: imx8dxl-ss-hsio: correct irq number for imx8dxl

i.MX8DXL use difference irq number for PCIe EP DMA.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li 2025-04-23 20:41:24 -04:00 committed by Shawn Guo
parent 06d9879c10
commit 6f3287eae4

View File

@ -50,5 +50,7 @@ pcie0: pcie@5f010000 {
};
pcie0_ep: pcie-ep@5f010000 {
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "dma";
};
};