diff options
author | Shunyong Yang <shunyong.yang@hxt-semitech.com> | 2019-02-01 18:13:10 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-02-01 18:15:43 -0500 |
commit | 01926f6b321b069ce0a85a68554312b9e58ee87d (patch) | |
tree | 15ef0d6ef427359fa7651b7580294ff7883855e4 /drivers/pci/quirks.c | |
parent | b8580e9de48bf32b884910d22330ef2fa027cf01 (diff) |
PCI: Add ACS quirk for HXT SD4800
The design of HXT SD4800 ACS feature is the same as QCOM QDF2xxx. Add an
ACS quirk for the SD4800.
Signed-off-by: Shunyong Yang <shunyong.yang@hxt-semitech.com>
[bhelgaas: split to separate patch]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Sinan Kaya <okaya@kernel.org>
CC: Joey Zheng <yu.zheng@hxt-semitech.com>
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r-- | drivers/pci/quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 9fabcef345ed..6bafd0fe0f0b 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -4519,6 +4519,8 @@ static const struct pci_dev_acs_enabled { | |||
4519 | /* QCOM QDF2xxx root ports */ | 4519 | /* QCOM QDF2xxx root ports */ |
4520 | { PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs }, | 4520 | { PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs }, |
4521 | { PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs }, | 4521 | { PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs }, |
4522 | /* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */ | ||
4523 | { PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs }, | ||
4522 | /* Intel PCH root ports */ | 4524 | /* Intel PCH root ports */ |
4523 | { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_pch_acs }, | 4525 | { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_pch_acs }, |
4524 | { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_spt_pch_acs }, | 4526 | { PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_spt_pch_acs }, |