Skip to content

Commit e392211

Browse files
committed
Merge: mei: me: add panther lake P DID
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6671 JIRA: https://issues.redhat.com/browse/RHEL-79720 Signed-off-by: David Arcari <[email protected]> Approved-by: Tony Camuso <[email protected]> Approved-by: Steve Best <[email protected]> Approved-by: CKI KWF Bot <[email protected]> Merged-by: Augusto Caringi <[email protected]>
2 parents 54db0b3 + e1e7770 commit e392211

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)