summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSubramanian Ananthanarayanan <quic_skananth@quicinc.com>2024-09-06 10:52:27 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-17 15:22:14 +0200
commit9af86455eb345d6c3a465d2858d2c781551aeb3e (patch)
tree087758b6dfc00e71b8dbffb7360ed17dc9d9b7a6 /drivers
parent1d4359411d7b279bddf1fd1d25e65263a167b9d0 (diff)
downloadlinux-9af86455eb345d6c3a465d2858d2c781551aeb3e.tar.gz
linux-9af86455eb345d6c3a465d2858d2c781551aeb3e.tar.bz2
linux-9af86455eb345d6c3a465d2858d2c781551aeb3e.zip
PCI: Add ACS quirk for Qualcomm SA8775P
[ Upstream commit 026f84d3fa62d215b11cbeb5a5d97df941e93b5c ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 7ebce76778f7..131c75769b99 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -4972,6 +4972,8 @@ static const struct pci_dev_acs_enabled {
/* QCOM QDF2xxx root ports */
{ PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs },
{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
+ /* QCOM SA8775P root port */
+ { PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
{ PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs },
/* Intel PCH root ports */