Skip to content

Commit

Permalink
PCI/ACPI: Add Broadcom bcm2711 MCFG quirk
Browse files Browse the repository at this point in the history
Now that there is a bcm2711 quirk, it needs to be enabled when the
MCFG is missing.

Signed-off-by: Jeremy Linton <[email protected]>

Acked-by: Florian Fainelli <[email protected]>

Acked-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
PatrickRudolph committed Jul 18, 2024
1 parent d182755 commit a979c1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/acpi/pci_mcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ static struct mcfg_fixup mcfg_quirks[] = {
ALTRA_ECAM_QUIRK(1, 13),
ALTRA_ECAM_QUIRK(1, 14),
ALTRA_ECAM_QUIRK(1, 15),

{ "bc2711", "", 0, 0, MCFG_BUS_ANY, &bcm2711_pcie_ops,
DEFINE_RES_MEM(0xFD500000, 0xA000) },
#endif /* ARM64 */

#ifdef CONFIG_LOONGARCH
Expand Down

0 comments on commit a979c1f

Please sign in to comment.