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

Commit 936cb1b1 authored by David Cohen's avatar David Cohen Committed by Grant Likely
Browse files

gpio/langwell: Add Cloverview ids to pci device table



Adds support for new Cloverview hardware.

Signed-off-by: default avatarDavid Cohen <david.a.cohen@intel.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 1d09aaa6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -234,6 +234,8 @@ static DEFINE_PCI_DEVICE_TABLE(lnw_gpio_ids) = { /* pin number */
	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080f), .driver_data = 64 },
	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081f), .driver_data = 96 },
	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081a), .driver_data = 96 },
	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08eb), .driver_data = 96 },
	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08f7), .driver_data = 96 },
	{ 0, }
};
MODULE_DEVICE_TABLE(pci, lnw_gpio_ids);