Skip to content

Commit 7a9b901

Browse files
ausyskingregkh
authored andcommitted
mei: me: add arrow lake point S DID
Add Arrow Lake S 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/20240211103912.117105-1-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b401b62 commit 7a9b901

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/misc/mei/hw-me-regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
113113

114114
#define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */
115+
#define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */
115116

116117
/*
117118
* MEI HW Section

drivers/misc/mei/pci-me.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
119119
{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},
120120

121121
{MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},
122+
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
122123

123124
/* required last entry */
124125
{0, }

0 commit comments

Comments
 (0)