Skip to content

Commit 81caa91

Browse files
nowicki-tomaszbjorn-helgaas
authored andcommitted
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: 44f22bd ("PCI: Add MCFG quirks for Cavium ThunderX pass2.x host controller") Tested-by: Robert Richter <[email protected]> Signed-off-by: Tomasz Nowicki <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Robert Richter <[email protected]> CC: [email protected] # v4.10+
1 parent 6e347b5 commit 81caa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/host/pci-thunder-pem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static int thunder_pem_acpi_init(struct pci_config_window *cfg)
346346
if (!res_pem)
347347
return -ENOMEM;
348348

349-
ret = acpi_get_rc_resources(dev, "THRX0002", root->segment, res_pem);
349+
ret = acpi_get_rc_resources(dev, "CAVA02B", root->segment, res_pem);
350350
if (ret) {
351351
dev_err(dev, "can't get rc base address\n");
352352
return ret;

0 commit comments

Comments
 (0)