diff options
author | Tomasz Nowicki <tn@semihalf.com> | 2017-03-23 18:10:10 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-03-23 18:10:10 -0400 |
commit | 81caa91b72fd6a0b8dfc5eb10942c34f7efd2bc5 (patch) | |
tree | a3486393ac1a02ecc454bf478e691dd064c23a5f | |
parent | 6e347b5e05ea2ac4ac467a5a1cfaebb2c7f06f80 (diff) |
PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controller
"CAV" is the only PNP/ACPI hardware ID vendor prefix assigned to Cavium so
fix this as it should be from day one.
Fixes: 44f22bd91e88 ("PCI: Add MCFG quirks for Cavium ThunderX pass2.x host controller")
Tested-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Tomasz Nowicki <tn@semihalf.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Robert Richter <rrichter@cavium.com>
CC: stable@vger.kernel.org # v4.10+
-rw-r--r-- | drivers/pci/host/pci-thunder-pem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-thunder-pem.c b/drivers/pci/host/pci-thunder-pem.c index 52b5bdccf5f0..5b88faeebaaa 100644 --- a/drivers/pci/host/pci-thunder-pem.c +++ b/drivers/pci/host/pci-thunder-pem.c | |||
@@ -346,7 +346,7 @@ static int thunder_pem_acpi_init(struct pci_config_window *cfg) | |||
346 | if (!res_pem) | 346 | if (!res_pem) |
347 | return -ENOMEM; | 347 | return -ENOMEM; |
348 | 348 | ||
349 | ret = acpi_get_rc_resources(dev, "THRX0002", root->segment, res_pem); | 349 | ret = acpi_get_rc_resources(dev, "CAVA02B", root->segment, res_pem); |
350 | if (ret) { | 350 | if (ret) { |
351 | dev_err(dev, "can't get rc base address\n"); | 351 | dev_err(dev, "can't get rc base address\n"); |
352 | return ret; | 352 | return ret; |