Skip to content

Commit 0c4d682

Browse files
ausyskingregkh
authored andcommitted
mei: me: add meteor lake point M DID
Add Meteor Lake Point M device id. Cc: <[email protected]> Signed-off-by: Alexander Usyskin <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a438668 commit 0c4d682

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
@@ -111,6 +111,8 @@
111111

112112
#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
113113

114+
#define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */
115+
114116
/*
115117
* MEI HW Section
116118
*/

drivers/misc/mei/pci-me.c

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

119119
{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},
120120

121+
{MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},
122+
121123
/* required last entry */
122124
{0, }
123125
};

0 commit comments

Comments
 (0)