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 9c78255 commit 587f174Copy full SHA for 587f174
drivers/misc/mei/hw-me-regs.h
@@ -81,6 +81,8 @@
81
82
#define MEI_DEV_ID_ICP_LP 0x34E0 /* Ice Lake Point LP */
83
84
+#define MEI_DEV_ID_TGP_LP 0xA0E0 /* Tiger Lake Point LP */
85
+
86
#define MEI_DEV_ID_MCC 0x4B70 /* Mule Creek Canyon (EHL) */
87
#define MEI_DEV_ID_MCC_4 0x4B75 /* Mule Creek Canyon 4 (EHL) */
88
drivers/misc/mei/pci-me.c
@@ -98,6 +98,8 @@ 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_TGP_LP, MEI_ME_PCH12_CFG)},
102
103
{MEI_PCI_DEVICE(MEI_DEV_ID_MCC, MEI_ME_PCH12_CFG)},
104
{MEI_PCI_DEVICE(MEI_DEV_ID_MCC_4, MEI_ME_PCH8_CFG)},
105
0 commit comments