Skip to content

Commit 707352e

Browse files
Tomas Winklergregkh
authored andcommitted
mei: me: add broxton pci device ids
commit dd16f6cdeb4e02a728863d3cf99aaab352f0d761 upstream. Add device ids for Broxton SoC based devices. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 58079f5 commit 707352e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */
126126
#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */
127127

128+
#define MEI_DEV_ID_BXT_M 0x1A9A /* Broxton M */
129+
#define MEI_DEV_ID_APL_I 0x5A9A /* Apollo Lake I */
130+
128131
/*
129132
* MEI HW Section
130133
*/

drivers/misc/mei/pci-me.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
9090
{MEI_PCI_DEVICE(MEI_DEV_ID_KBP, mei_me_pch8_cfg)},
9191
{MEI_PCI_DEVICE(MEI_DEV_ID_KBP_2, mei_me_pch8_cfg)},
9292

93+
{MEI_PCI_DEVICE(MEI_DEV_ID_BXT_M, mei_me_pch8_cfg)},
94+
{MEI_PCI_DEVICE(MEI_DEV_ID_APL_I, mei_me_pch8_cfg)},
95+
9396
/* required last entry */
9497
{0, }
9598
};

0 commit comments

Comments
 (0)