Commit 9bd73da5 authored by Alexander Usyskin's avatar Alexander Usyskin Committed by sanglipeng1
Browse files

mei: me: add lunar lake point M DID

stable inclusion
from stable-v5.10.217
commit 49e09118872ed03c4422267ae109ba877dcb0776
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IAWLXC

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=49e09118872ed03c4422267ae109ba877dcb0776



--------------------------------

commit 4108a30f1097eead0f6bd5d885e6bf093b4d460f upstream.

Add Lunar (Point) Lake M device id.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarAlexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20240421135631.223362-1-tomas.winkler@intel.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarsanglipeng1 <sanglipeng1@jd.com>
parent 20629eb4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@
#define MEI_DEV_ID_ARL_S      0x7F68  /* Arrow Lake Point S */
#define MEI_DEV_ID_ARL_H      0x7770  /* Arrow Lake Point H */

#define MEI_DEV_ID_LNL_M      0xA870  /* Lunar Lake Point M */

/*
 * MEI HW Section
 */
+2 −0
Original line number Diff line number Diff line
@@ -121,6 +121,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
	{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
	{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)},

	{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},

	/* required last entry */
	{0, }
};