intel_th: pci: Add Kaby Lake PCH-H support
[firefly-linux-kernel-4.4.55.git] / drivers / hwtracing / intel_th / pci.c
index 641e87936064b72c4a2fca2f93eadd83c9d6cdd6..d57a2f75dccf26f62b964514f3b3e7bc75c61c0b 100644 (file)
@@ -67,6 +67,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa126),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Kaby Lake PCH-H */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa2a6),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };