ARM: dts: bcm2711: Fix PCIe interrupts
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 29 Oct 2021 21:09:26 +0000 (14:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Dec 2021 08:19:03 +0000 (09:19 +0100)
commit2be17eca48aeb86584336308a6823caf5b982b29
tree990c4c42792005a125bdfa538311a8de262cbdcf
parent9db1d4a3c2700e1cc84c3d61199411d75c2a3ec6
ARM: dts: bcm2711: Fix PCIe interrupts

[ Upstream commit 98481f3d72fb88cb5b973153434061015f094925 ]

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: d5c8dc0d4c88 ("ARM: dts: bcm2711: Enable PCIe controller")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/bcm2711.dtsi