Skip to content

Commit 026f84d

Browse files
Subramanian Ananthanarayanankwilczynski
authored andcommitted
PCI: Add ACS quirk for Qualcomm SA8775P
The Qualcomm SA8775P 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. Thus, add an ACS quirk for the SA8775P. Link: https://lore.kernel.org/linux-pci/20240906052228.1829485-1-quic_skananth@quicinc.com Signed-off-by: Subramanian Ananthanarayanan <quic_skananth@quicinc.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
1 parent 8400291 commit 026f84d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/pci/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5070,6 +5070,8 @@ static const struct pci_dev_acs_enabled {
50705070
/* QCOM QDF2xxx root ports */
50715071
{ PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs },
50725072
{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
5073+
/* QCOM SA8775P root port */
5074+
{ PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
50735075
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
50745076
{ PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs },
50755077
/* Intel PCH root ports */

0 commit comments

Comments
 (0)