We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6855365 commit 3ed8c7dCopy full SHA for 3ed8c7d
drivers/misc/mei/hw-me-regs.h
@@ -109,6 +109,8 @@
109
#define MEI_DEV_ID_ADP_P 0x51E0 /* Alder Lake Point P */
110
#define MEI_DEV_ID_ADP_N 0x54E0 /* Alder Lake Point N */
111
112
+#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */
113
+
114
/*
115
* MEI HW Section
116
*/
drivers/misc/mei/pci-me.c
@@ -116,6 +116,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
{MEI_PCI_DEVICE(MEI_DEV_ID_ADP_P, MEI_ME_PCH15_CFG)},
117
{MEI_PCI_DEVICE(MEI_DEV_ID_ADP_N, MEI_ME_PCH15_CFG)},
118
119
+ {MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)},
120
121
/* required last entry */
122
{0, }
123
};
0 commit comments