]> git.karo-electronics.de Git - linux-beck.git/commitdiff
intel_th: pci: Add Broxton SOC support
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 22 Dec 2015 15:25:23 +0000 (17:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 06:43:17 +0000 (22:43 -0800)
This adds Intel(R) Trace Hub PCI ID for Broxton SOC.

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 b5760730e11bf7ee90f5802c384fb208bc511c49..09017073d7a416dd2ce751f39b006e5f8d11ef95 100644 (file)
@@ -72,6 +72,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x5a8e),
                .driver_data = (kernel_ulong_t)0,
        },
+       {
+               /* Broxton */
+               PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0a80),
+               .driver_data = (kernel_ulong_t)0,
+       },
        { 0 },
 };