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: <stable@vger.kernel.org> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Link: https://lore.kernel.org/r/20221212220247.286019-2-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a438668 commit 0c4d682

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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)