mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
arm64: dts: imx8dxl: Correct pcie-ep interrupt number
Correct i.MX8DXL's pcie-ep interrupt number.
Fixes: d03743c565 ("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>
This commit is contained in:
parent
6504297872
commit
f10a788e4b
|
|
@ -54,3 +54,8 @@ pcie0_ep: pcie-ep@5f010000 {
|
|||
interrupt-names = "dma";
|
||||
};
|
||||
};
|
||||
|
||||
&pcieb_ep {
|
||||
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "dma";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user