]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Aug 2016 10:54:49 +0000 (12:54 +0200)
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>
drivers/hwtracing/intel_th/pci.c

index bca7a2ac00d63ab50ba04e12299d9178608f4218..72c9189fac8aab9ffd1867047f138e4f2add7d13 100644 (file)
@@ -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 },
 };