mei: me: add lunar lake point M DID
commit 4108a30f10 upstream.
Add Lunar (Point) Lake M device id.
Cc: stable@vger.kernel.org
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20240421135631.223362-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2a47da1cd8
commit
c3d84a764e
@@ -115,6 +115,8 @@
|
|||||||
#define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */
|
#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_ARL_H 0x7770 /* Arrow Lake Point H */
|
||||||
|
|
||||||
|
#define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MEI HW Section
|
* MEI HW Section
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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_S, MEI_ME_PCH15_CFG)},
|
||||||
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, 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 */
|
/* required last entry */
|
||||||
{0, }
|
{0, }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user