mei: me: add panther lake P DID

Add Panther Lake P 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://lore.kernel.org/r/20250209110550.1582982-1-alexander.usyskin@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Alexander Usyskin and committed by Greg Kroah-Hartman a8e8ffcc e45e07c1

+4
+2
drivers/misc/mei/hw-me-regs.h
··· 117 118 #define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */ 119 120 /* 121 * MEI HW Section 122 */
··· 117 118 #define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */ 119 120 + #define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */ 121 + 122 /* 123 * MEI HW Section 124 */
+2
drivers/misc/mei/pci-me.c
··· 124 125 {MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)}, 126 127 /* required last entry */ 128 {0, } 129 };
··· 124 125 {MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)}, 126 127 + {MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)}, 128 + 129 /* required last entry */ 130 {0, } 131 };