Skip to content

Commit e1e7770

Browse files
committed
mei: me: add panther lake P DID
JIRA: https://issues.redhat.com/browse/RHEL-79720 commit a8e8ffc Author: Alexander Usyskin <[email protected]> Date: Sun Feb 9 13:05:50 2025 +0200 mei: me: add panther lake P DID Add Panther Lake P device id. Cc: stable <[email protected]> Co-developed-by: Tomas Winkler <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Alexander Usyskin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: David Arcari <[email protected]>
1 parent 2f93fda commit e1e7770

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/misc/mei/hw-me-regs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117

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

120+
#define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */
121+
120122
/*
121123
* MEI HW Section
122124
*/

drivers/misc/mei/pci-me.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
124124

125125
{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},
126126

127+
{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},
128+
127129
/* required last entry */
128130
{0, }
129131
};

0 commit comments

Comments
 (0)