Skip to content

Commit

Permalink
mei: me: add meteor lake point M DID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Usyskin authored and Greg Kroah-Hartman committed Jan 20, 2023
1 parent a438668 commit 0c4d682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/misc/mei/hw-me-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@

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

#define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */

/*
* MEI HW Section
*/
Expand Down
2 changes: 2 additions & 0 deletions drivers/misc/mei/pci-me.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {

{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},

{MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},

/* required last entry */
{0, }
};
Expand Down

0 comments on commit 0c4d682

Please sign in to comment.