Skip to content

Commit 8436f25

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

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
@@ -113,6 +113,7 @@
113113

114114
#define MEI_DEV_ID_MTL_M 0x7E70 /* Meteor Lake Point M */
115115
#define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */
116+
#define MEI_DEV_ID_ARL_H 0x7770 /* Arrow Lake Point H */
116117

117118
/*
118119
* MEI HW Section

drivers/misc/mei/pci-me.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
120120

121121
{MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},
122122
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
123+
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)},
123124

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

0 commit comments

Comments
 (0)