Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec79401d authored by Tony Truong's avatar Tony Truong Committed by Gerrit - the friendly Code Review server
Browse files

msm: pcie: add kona PCIe device and vendor id



Add kona PCIe device and vendor to pci id table so that the
root port will be probed during PCIe enumeration.

Change-Id: I013a73746c914937733acdf4852fea22a031cc42
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent cf8acfa8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6476,6 +6476,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)},
	{0},
};