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

mei: me: add panther lake P DID

parent e45e07c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,8 @@

#define MEI_DEV_ID_LNL_M      0xA870  /* Lunar Lake Point M */

#define MEI_DEV_ID_PTL_P      0xE470  /* Panther Lake P */

/*
 * MEI HW Section
 */
+2 −0
Original line number Diff line number Diff line
@@ -124,6 +124,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {

	{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},

	{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},

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