Skip to content

Commit 44d2f70

Browse files
PCI: Add ACS quirk for Qualcomm Hamoa & Glymur
The Qualcomm Hamoa & Glymur Root Ports don't advertise an ACS capability, but they do provide ACS-like features to disable peer transactions and validate bus numbers in requests. Add an ACS quirk for Hamoa & Glymur. Signed-off-by: Krishna Chaitanya Chundru <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent f06e0ad commit 44d2f70

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/pci/quirks.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5125,6 +5125,10 @@ static const struct pci_dev_acs_enabled {
51255125
{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
51265126
/* QCOM SA8775P root port */
51275127
{ PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
5128+
/* QCOM Hamoa root port */
5129+
{ PCI_VENDOR_ID_QCOM, 0x0111, pci_quirk_qcom_rp_acs },
5130+
/* QCOM Glymur root port */
5131+
{ PCI_VENDOR_ID_QCOM, 0x0120, pci_quirk_qcom_rp_acs },
51285132
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
51295133
{ PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs },
51305134
/* Intel PCH root ports */

0 commit comments

Comments
 (0)