Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alexander Usyskin and committed by
Greg Kroah-Hartman
420f423d d8aef84e

+4
+2
drivers/misc/mei/hw-me-regs.h
··· 122 122 123 123 #define MEI_DEV_ID_WCL_P 0x4D70 /* Wildcat Lake P */ 124 124 125 + #define MEI_DEV_ID_NVL_S 0x6E68 /* Nova Lake Point S */ 126 + 125 127 /* 126 128 * MEI HW Section 127 129 */
+2
drivers/misc/mei/pci-me.c
··· 129 129 130 130 {MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)}, 131 131 132 + {MEI_PCI_DEVICE(MEI_DEV_ID_NVL_S, MEI_ME_PCH15_CFG)}, 133 + 132 134 /* required last entry */ 133 135 {0, } 134 136 };