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

Commit e32866ab authored by Rama Krishna Phani A's avatar Rama Krishna Phani A
Browse files

msm: pcie: add sa8195 pci device id support



Add pci device id support for sa8195 to register
root port with PCI driver framework so that it
will get probe during PCI enumeration.

Change-Id: I510825b27df4d50d6c57dd6971946819787b349f
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent a9e3b4c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6661,6 +6661,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, 0x0109)},
	{PCI_DEVICE(0x17cb, 0x1000)},
	{0},
};