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 49ed969 commit 1be8624Copy full SHA for 1be8624
drivers/misc/mei/hw-me-regs.h
@@ -81,6 +81,9 @@
81
82
#define MEI_DEV_ID_ICP_LP 0x34E0 /* Ice Lake Point LP */
83
84
+#define MEI_DEV_ID_MCC 0x4B70 /* Mule Creek Canyon (EHL) */
85
+#define MEI_DEV_ID_MCC_4 0x4B75 /* Mule Creek Canyon 4 (EHL) */
86
+
87
/*
88
* MEI HW Section
89
*/
drivers/misc/mei/pci-me.c
@@ -98,6 +98,9 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
98
99
{MEI_PCI_DEVICE(MEI_DEV_ID_ICP_LP, MEI_ME_PCH12_CFG)},
100
101
+ {MEI_PCI_DEVICE(MEI_DEV_ID_MCC, MEI_ME_PCH12_CFG)},
102
+ {MEI_PCI_DEVICE(MEI_DEV_ID_MCC_4, MEI_ME_PCH8_CFG)},
103
104
/* required last entry */
105
{0, }
106
};
0 commit comments