Skip to content

Commit 3ed8c7d

Browse files
ausyskingregkh
authored andcommitted
mei: me: add raptor lake point S DID
Add Raptor (Point) Lake S 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/20220606144225.282375-3-tomas.winkler@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6855365 commit 3ed8c7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/misc/mei/hw-me-regs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
#define MEI_DEV_ID_ADP_P 0x51E0 /* Alder Lake Point P */
110110
#define MEI_DEV_ID_ADP_N 0x54E0 /* Alder Lake Point N */
111111

112+
#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
113+
112114
/*
113115
* MEI HW Section
114116
*/

drivers/misc/mei/pci-me.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
116116
{MEI_PCI_DEVICE(MEI_DEV_ID_ADP_P, MEI_ME_PCH15_CFG)},
117117
{MEI_PCI_DEVICE(MEI_DEV_ID_ADP_N, MEI_ME_PCH15_CFG)},
118118

119+
{MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},
120+
119121
/* required last entry */
120122
{0, }
121123
};

0 commit comments

Comments
 (0)