intel_th: pci: Add Kaby Lake PCH-H support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 28 Jun 2016 15:55:23 +0000 (18:55 +0300)
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>
Thu, 14 Jul 2016 10:16:56 +0000 (13:16 +0300)
This adds Intel(R) Trace Hub PCI ID for Kaby Lake PCH-H.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: <stable@vger.kernel.org>
drivers/hwtracing/intel_th/pci.c

index 5e25c7e..0bba384 100644 (file)
@@ -80,6 +80,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1a8e),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Kaby Lake PCH-H */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };