]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: bcm2711: Fix PCIe interrupts
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 29 Oct 2021 21:09:26 +0000 (14:09 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 16 Nov 2021 03:09:47 +0000 (19:09 -0800)
commitba0fd39d4d0cb0c160f3a9c34ef2180e41111de2
treefd880fe24b6ecad8c38cb5ac2f65da548cc2412a
parentce224d9781f816f6e811ff8d005086d1ede5b87b
ARM: dts: bcm2711: Fix PCIe interrupts

The PCIe host bridge has two interrupt lines, one that goes towards it
PCIE_INTR2 second level interrupt controller and one for its MSI second
level interrupt controller. The first interrupt line is not currently
managed by the driver, which is why it was not a functional problem.

The interrupt-map property was also only listing the PCI_INTA interrupts
when there are also the INTB, C and D.

Reported-by: Jim Quinlan <jim2101024@gmail.com>
Fixes: 584fa77bb124 ("ARM: dts: bcm2711: Enable PCIe controller")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm2711.dtsi