Skip to content

Commit 83d511c

Browse files
ilkka-koskinenwilldeacon
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent bdc9a64 commit 83d511c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/perf/dwc_pcie_pmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ struct dwc_pcie_vendor_id {
106106

107107
static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
108108
{.vendor_id = PCI_VENDOR_ID_ALIBABA },
109+
{.vendor_id = PCI_VENDOR_ID_AMPERE },
109110
{.vendor_id = PCI_VENDOR_ID_QCOM },
110111
{} /* terminator */
111112
};

0 commit comments

Comments
 (0)