Skip to content

Commit 97b9d65

Browse files
committed
Merge branch 'pci/controller/loongson'
- Increase max PCI hosts to 8 for Loongson-3C6000 and newer chipsets (Huacai Chen) * pci/controller/loongson: PCI/ACPI: Increase Loongson max PCI hosts to 8
2 parents af64919 + 1f35a0c commit 97b9d65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/acpi/pci_mcfg.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,18 @@ static struct mcfg_fixup mcfg_quirks[] = {
181181
LOONGSON_ECAM_MCFG("LOONGSON", 0),
182182
LOONGSON_ECAM_MCFG("\0", 1),
183183
LOONGSON_ECAM_MCFG("LOONGSON", 1),
184+
LOONGSON_ECAM_MCFG("\0", 2),
185+
LOONGSON_ECAM_MCFG("LOONGSON", 2),
186+
LOONGSON_ECAM_MCFG("\0", 3),
187+
LOONGSON_ECAM_MCFG("LOONGSON", 3),
188+
LOONGSON_ECAM_MCFG("\0", 4),
189+
LOONGSON_ECAM_MCFG("LOONGSON", 4),
190+
LOONGSON_ECAM_MCFG("\0", 5),
191+
LOONGSON_ECAM_MCFG("LOONGSON", 5),
192+
LOONGSON_ECAM_MCFG("\0", 6),
193+
LOONGSON_ECAM_MCFG("LOONGSON", 6),
194+
LOONGSON_ECAM_MCFG("\0", 7),
195+
LOONGSON_ECAM_MCFG("LOONGSON", 7),
184196
#endif /* LOONGARCH */
185197
};
186198

0 commit comments

Comments
 (0)