perf/dwc_pcie: Add support for Ampere SoCs
Add support for Ampere SoCs by adding Ampere's vendor ID to the vendor list. Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com> Link: https://lore.kernel.org/r/20241008231824.5102-2-ilkka@os.amperecomputing.com Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
bdc9a64c8b
commit
83d511c3ca
@@ -106,6 +106,7 @@ struct dwc_pcie_vendor_id {
|
||||
|
||||
static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
|
||||
{.vendor_id = PCI_VENDOR_ID_ALIBABA },
|
||||
{.vendor_id = PCI_VENDOR_ID_AMPERE },
|
||||
{.vendor_id = PCI_VENDOR_ID_QCOM },
|
||||
{} /* terminator */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user