msm: pcie: Add ASM2806 PCIe device and vendor id

Add PCIe switch ASM2806 into pci id table so that it will be
probe during PCIe enumeration.

Change-Id: I40373f671849360938289d828a4c9d9ae0d96e99
Signed-off-by: Zhenlin Lian <lianzhenlin@codeaurora.org>
This commit is contained in:
Zhenlin Lian 2021-07-15 15:38:32 +08:00 committed by Gerrit - the friendly Code Review server
parent 75ba3c0ae0
commit e4d8b59e6d

View file

@ -6884,6 +6884,7 @@ int msm_pci_probe(struct pci_dev *pci_dev,
static struct pci_device_id msm_pci_device_id[] = {
{PCI_DEVICE(0x17cb, 0x0108)},
{PCI_DEVICE(0x17cb, 0x010b)},
{PCI_DEVICE(0x1b21, 0x2806)},
{0},
};