Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8d76d30 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

PCI: Add PCIe quirks for PCIe root port



Add the PCIe quirks for sdxprairie root port. Without
this change there will be conflicts in the iommu group
for the end points across the switch. Adding the quirk
resolves each end points that has data traffic to
get its own iommu group.

Change-Id: I1c495889e76b84b2cef1cceee8fa3721778fc923
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 9499b3ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4588,6 +4588,7 @@ static const struct pci_dev_acs_enabled {
	/* QCOM QDF2xxx root ports */
	{ 0x17cb, 0x400, pci_quirk_qcom_rp_acs },
	{ 0x17cb, 0x401, pci_quirk_qcom_rp_acs },
	{ 0x17cb, 0x10c, pci_quirk_qcom_rp_acs },
	/* Intel PCH root ports */
	{ PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_pch_acs },
	{ PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_quirk_intel_spt_pch_acs },