Commit 410d6c2a authored by Alexander Usyskin's avatar Alexander Usyskin Committed by Greg Kroah-Hartman
Browse files

mei: me: add wildcat lake P DID

parent 70ad06df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -120,6 +120,8 @@
#define MEI_DEV_ID_PTL_H      0xE370  /* Panther Lake H */
#define MEI_DEV_ID_PTL_P      0xE470  /* Panther Lake P */

#define MEI_DEV_ID_WCL_P      0x4D70  /* Wildcat Lake P */

/*
 * MEI HW Section
 */
+2 −0
Original line number Diff line number Diff line
@@ -127,6 +127,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
	{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_H, MEI_ME_PCH15_CFG)},
	{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},

	{MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)},

	/* required last entry */
	{0, }
};