]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mei: me: add nova lake point S DID
authorAlexander Usyskin <alexander.usyskin@intel.com>
Mon, 15 Dec 2025 10:59:15 +0000 (12:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jan 2026 12:12:08 +0000 (13:12 +0100)
commit 420f423defcf6d0af2263d38da870ca4a20c0990 upstream.

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>
drivers/misc/mei/hw-me-regs.h
drivers/misc/mei/pci-me.c

index b31b6dc9c38adae02eca1c3ae6a0588359e72145..159a68db61e4f19ccfc948956ef0814a049ab141 100644 (file)
 
 #define MEI_DEV_ID_WCL_P      0x4D70  /* Wildcat Lake P */
 
+#define MEI_DEV_ID_NVL_S      0x6E68  /* Nova Lake Point S */
+
 /*
  * MEI HW Section
  */
index a9bc13570bae590bead6795a2a5be5fcbbae5623..c03ca7c466ee1fd17e19ccb769b0bf3cac5be88c 100644 (file)
@@ -128,6 +128,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
 
        {MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)},
 
+       {MEI_PCI_DEVICE(MEI_DEV_ID_NVL_S, MEI_ME_PCH15_CFG)},
+
        /* required last entry */
        {0, }
 };