Commit fc1961ff authored by Alexander Usyskin's avatar Alexander Usyskin Committed by sanglipeng
Browse files

mei: me: add meteor lake point M DID

stable inclusion
from stable-v5.10.165
commit d960fff8e2c0e72df2e83785d60e11e0236b8f15
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I7T7G4

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



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

commit 0c4d6826 upstream.

Add Meteor Lake Point 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/20221212220247.286019-2-tomas.winkler@intel.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent c976a7da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,8 @@

#define MEI_DEV_ID_RPL_S      0x7A68  /* Raptor Lake Point S */

#define MEI_DEV_ID_MTL_M      0x7E70  /* Meteor Lake Point M */

/*
 * MEI HW Section
 */
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {

	{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},

	{MEI_PCI_DEVICE(MEI_DEV_ID_MTL_M, MEI_ME_PCH15_CFG)},

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