mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
perf/dwc_pcie: Add support for Rockchip vendor devices
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I6fde80440d2fa058b38a7d927eb846f477812b5f
This commit is contained in:
@@ -107,6 +107,7 @@ struct dwc_pcie_vendor_id {
|
|||||||
|
|
||||||
static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
|
static const struct dwc_pcie_vendor_id dwc_pcie_vendor_ids[] = {
|
||||||
{.vendor_id = PCI_VENDOR_ID_ALIBABA },
|
{.vendor_id = PCI_VENDOR_ID_ALIBABA },
|
||||||
|
{.vendor_id = PCI_VENDOR_ID_ROCKCHIP },
|
||||||
{} /* terminator */
|
{} /* terminator */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user