Skip to content

Commit 86ce5c0

Browse files
ausyskingregkh
authored andcommitted
mei: me: add panther lake H DID
Add Panther Lake H device id. Cc: stable <stable@kernel.org> Co-developed-by: Tomas Winkler <tomasw@gmail.com> Signed-off-by: Tomas Winkler <tomasw@gmail.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Link: https://lore.kernel.org/r/20250408130005.1358140-1-alexander.usyskin@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 44d9b3f commit 86ce5c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117

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

120+
#define MEI_DEV_ID_PTL_H 0xE370 /* Panther Lake H */
120121
#define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */
121122

122123
/*

drivers/misc/mei/pci-me.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ 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_H, MEI_ME_PCH15_CFG)},
127128
{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},
128129

129130
/* required last entry */

0 commit comments

Comments
 (0)