summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2016-06-28 18:55:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-10 12:54:49 +0200
commitdf1abbea005a621a497fc9def893ed2c6cba4d94 (patch)
treebdd98f06bc838d481f3102a23079256336866228
parentf4cb43e018456982a0d452f987e2cdf87ae777e0 (diff)
downloadlwn-df1abbea005a621a497fc9def893ed2c6cba4d94.tar.gz
lwn-df1abbea005a621a497fc9def893ed2c6cba4d94.zip
intel_th: pci: Add Kaby Lake PCH-H support
commit 7a1a47ce35821b40f5b2ce46379ba14393bc3873 upstream. This adds Intel(R) Trace Hub PCI ID for Kaby Lake PCH-H. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/hwtracing/intel_th/pci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c
index bca7a2ac00d6..72c9189fac8a 100644
--- a/drivers/hwtracing/intel_th/pci.c
+++ b/drivers/hwtracing/intel_th/pci.c
@@ -75,6 +75,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0a80),
.driver_data = (kernel_ulong_t)0,
},
+ {
+ /* Kaby Lake PCH-H */
+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
+ .driver_data = (kernel_ulong_t)0,
+ },
{ 0 },
};