]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
intel_th: pci: Add Cannon Lake PCH-H support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Thu, 30 Jun 2016 13:11:13 +0000 (16:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2017 21:09:44 +0000 (14:09 -0700)
commit 84331e1390b6378a5129a3678c87a42c6f697d29 upstream.

This adds Intel(R) Trace Hub PCI ID for Cannon 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 d57a2f75dccf26f62b964514f3b3e7bc75c61c0b..32f6e530db584fc42e55aa3375ede28aee1782c4 100644 (file)
@@ -72,6 +72,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Cannon Lake H */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };