Skip to content

Commit e806927

Browse files
Richard Zhugregkh
authored andcommitted
arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
[ Upstream commit 61f1065 ] Correct the DMA interrupter number of pcie0_ep from 317 to 311. Fixes: 3b1d5de ("arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support") Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6353bf3 commit e806927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx95.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@
15231523
<0x9 0 1 0>;
15241524
reg-names = "dbi","atu", "dbi2", "app", "dma", "addr_space";
15251525
num-lanes = <1>;
1526-
interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
1526+
interrupts = <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>;
15271527
interrupt-names = "dma";
15281528
clocks = <&scmi_clk IMX95_CLK_HSIO>,
15291529
<&scmi_clk IMX95_CLK_HSIOPLL>,

0 commit comments

Comments
 (0)