mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
mei: me: add kaby point device ids
commit ac182e8abc upstream.
Add device ids for Intel Kabypoint PCH (Kabylake)
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
02785b1fc2
commit
5c99f32c46
@@ -66,6 +66,9 @@
|
|||||||
#ifndef _MEI_HW_MEI_REGS_H_
|
#ifndef _MEI_HW_MEI_REGS_H_
|
||||||
#define _MEI_HW_MEI_REGS_H_
|
#define _MEI_HW_MEI_REGS_H_
|
||||||
|
|
||||||
|
#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */
|
||||||
|
#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* MEI device IDs
|
* MEI device IDs
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -87,6 +87,9 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
|
|||||||
{MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H, mei_me_pch8_cfg)},
|
{MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H, mei_me_pch8_cfg)},
|
||||||
{MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H_2, mei_me_pch8_cfg)},
|
{MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H_2, mei_me_pch8_cfg)},
|
||||||
|
|
||||||
|
{MEI_PCI_DEVICE(MEI_DEV_ID_KBP, mei_me_pch8_cfg)},
|
||||||
|
{MEI_PCI_DEVICE(MEI_DEV_ID_KBP_2, mei_me_pch8_cfg)},
|
||||||
|
|
||||||
/* required last entry */
|
/* required last entry */
|
||||||
{0, }
|
{0, }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user