]> git.ipfire.org Git - thirdparty/kernel/linux.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, 29 Dec 2025 10:31:14 +0000 (11:31 +0100)
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 a4f75dc369292059b89f888353239d0c082269fb..fa30899a5fa260c4150bb462a47128bccb6fed8a 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 73cad914be9f9bb74cafe248a755ce297eaf2246..2a6e569558b9431e6e7e7ceba5fccf766409a291 100644 (file)
@@ -129,6 +129,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, }
 };