diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 14:25:31 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 14:25:31 -0500 |
| commit | 97b9d65e77e0381deab63a9004ddb2e1f792af48 (patch) | |
| tree | 029cf7eaaf654de6cd29ca37ae4397f3fd851cf0 | |
| parent | af6491944072755032c4b2f3a96bbced4148e9c9 (diff) | |
| parent | 1f35a0c74e441e1a21b5414c25bc01f06e9cca31 (diff) | |
| download | linux-97b9d65e77e0381deab63a9004ddb2e1f792af48.tar.gz linux-97b9d65e77e0381deab63a9004ddb2e1f792af48.tar.bz2 linux-97b9d65e77e0381deab63a9004ddb2e1f792af48.zip | |
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
| -rw-r--r-- | drivers/acpi/pci_mcfg.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/acpi/pci_mcfg.c b/drivers/acpi/pci_mcfg.c index 860014b89b8e..58e10a980114 100644 --- a/drivers/acpi/pci_mcfg.c +++ b/drivers/acpi/pci_mcfg.c @@ -181,6 +181,18 @@ static struct mcfg_fixup mcfg_quirks[] = { LOONGSON_ECAM_MCFG("LOONGSON", 0), LOONGSON_ECAM_MCFG("\0", 1), LOONGSON_ECAM_MCFG("LOONGSON", 1), + LOONGSON_ECAM_MCFG("\0", 2), + LOONGSON_ECAM_MCFG("LOONGSON", 2), + LOONGSON_ECAM_MCFG("\0", 3), + LOONGSON_ECAM_MCFG("LOONGSON", 3), + LOONGSON_ECAM_MCFG("\0", 4), + LOONGSON_ECAM_MCFG("LOONGSON", 4), + LOONGSON_ECAM_MCFG("\0", 5), + LOONGSON_ECAM_MCFG("LOONGSON", 5), + LOONGSON_ECAM_MCFG("\0", 6), + LOONGSON_ECAM_MCFG("LOONGSON", 6), + LOONGSON_ECAM_MCFG("\0", 7), + LOONGSON_ECAM_MCFG("LOONGSON", 7), #endif /* LOONGARCH */ }; |
