Skip to content

Commit 420f423

Browse files
ausyskingregkh
authored andcommitted
mei: me: add nova lake point S DID
Add Nova Lake S device id. Cc: stable <stable@kernel.org> Co-developed-by: Tomas Winkler <tomasw@gmail.com> Signed-off-by: Tomas Winkler <tomasw@gmail.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Link: https://patch.msgid.link/20251215105915.1672659-1-alexander.usyskin@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent d8aef84 commit 420f423

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
@@ -122,6 +122,8 @@
122122

123123
#define MEI_DEV_ID_WCL_P 0x4D70 /* Wildcat Lake P */
124124

125+
#define MEI_DEV_ID_NVL_S 0x6E68 /* Nova Lake Point S */
126+
125127
/*
126128
* MEI HW Section
127129
*/

drivers/misc/mei/pci-me.c

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

130130
{MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)},
131131

132+
{MEI_PCI_DEVICE(MEI_DEV_ID_NVL_S, MEI_ME_PCH15_CFG)},
133+
132134
/* required last entry */
133135
{0, }
134136
};

0 commit comments

Comments
 (0)