Skip to content

Commit 1bcfe05

Browse files
oleremShawn Guo
authored andcommitted
ARM: dts: imx6sx: fix irq for pcie bridge
Use the correct IRQ line for the MSI controller in the PCIe host controller. Apparently a different IRQ line is used compared to other i.MX6 variants. Without this change MSI IRQs aren't properly propagated to the upstream interrupt controller. Signed-off-by: Oleksij Rempel <[email protected]> Reviewed-by: Lucas Stach <[email protected]> Fixes: b1d17f6 ("ARM: dts: imx: add initial imx6sx device tree source") Signed-off-by: Shawn Guo <[email protected]>
1 parent 3637f12 commit 1bcfe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6sx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@
13441344
ranges = <0x81000000 0 0 0x08f80000 0 0x00010000 /* downstream I/O */
13451345
0x82000000 0 0x08000000 0x08000000 0 0x00f00000>; /* non-prefetchable memory */
13461346
num-lanes = <1>;
1347-
interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
1347+
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
13481348
interrupt-names = "msi";
13491349
#interrupt-cells = <1>;
13501350
interrupt-map-mask = <0 0 0 0x7>;

0 commit comments

Comments
 (0)