Skip to content

Commit 410d6c2

Browse files
ausyskingregkh
authored andcommitted
mei: me: add wildcat lake P DID
Add Wildcat Lake P device id. Cc: [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://patch.msgid.link/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 70ad06d commit 410d6c2

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
@@ -120,6 +120,8 @@
120120
#define MEI_DEV_ID_PTL_H 0xE370 /* Panther Lake H */
121121
#define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */
122122

123+
#define MEI_DEV_ID_WCL_P 0x4D70 /* Wildcat Lake P */
124+
123125
/*
124126
* MEI HW Section
125127
*/

drivers/misc/mei/pci-me.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
127127
{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_H, MEI_ME_PCH15_CFG)},
128128
{MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)},
129129

130+
{MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)},
131+
130132
/* required last entry */
131133
{0, }
132134
};

0 commit comments

Comments
 (0)