Skip to content

Commit 8209bf1

Browse files
zhangfuxiang123opsiff
authored andcommitted
Revert "PCI: Add ACS quirk for phytium root and switch ports"
This reverts commit 6dd7290. Signed-off-by: Zhang Fuxiang <zhangfuxiang2144@phytium.com.cn>
1 parent cbeebd8 commit 8209bf1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

drivers/pci/quirks.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5391,9 +5391,11 @@ static const struct pci_dev_acs_enabled {
53915391
{ PCI_VENDOR_ID_MUCSE, 0x1061, pci_quirk_mf_endpoint_acs },
53925392
{ PCI_VENDOR_ID_MUCSE, 0x1c61, pci_quirk_mf_endpoint_acs },
53935393
/* Phytium Technology */
5394-
{ 0x10b5, PCI_ANY_ID, pci_quirk_xgene_acs },
5395-
{ 0x17cd, PCI_ANY_ID, pci_quirk_xgene_acs },
5396-
{ 0x1db7, PCI_ANY_ID, pci_quirk_xgene_acs },
5394+
#ifdef CONFIG_ARCH_PHYTIUM
5395+
{ PCI_VENDOR_ID_PLX, PCI_ANY_ID, pci_quirk_xgene_acs },
5396+
{ PCI_VENDOR_ID_CDNS, PCI_ANY_ID, pci_quirk_xgene_acs },
5397+
#endif /* CONFIG_ARCH_PHYTIUM */
5398+
{ PCI_VENDOR_ID_PHYTIUM, PCI_ANY_ID, pci_quirk_xgene_acs },
53975399
{ 0 }
53985400
};
53995401

0 commit comments

Comments
 (0)