Commit db9e7a83 authored by Krishna chaitanya chundru's avatar Krishna chaitanya chundru Committed by Will Deacon

perf/dwc_pcie: Add support for QCOM vendor devices

Update the vendor table with QCOM PCIe vendorid.
Signed-off-by: default avatarKrishna chaitanya chundru <quic_krichai@quicinc.com>
Reviewed-by: default avatarYicong Yang <yangyicong@hisilicon.com>
Link: https://lore.kernel.org/r/20240816-dwc_pmu_fix-v2-4-198b8ab1077c@quicinc.comSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent b94b0547
......@@ -107,6 +107,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_QCOM },
{} /* terminator */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment