diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2016-06-30 09:11:31 -0400 |
---|---|---|
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2017-08-25 11:47:59 -0400 |
commit | efb3669e14fe17d0ec4ecf57d0365039fe726f59 (patch) | |
tree | ed71f8244a497c97b1c7639717d4c4d8bc37b8b5 /drivers/hwtracing | |
parent | 84331e1390b6378a5129a3678c87a42c6f697d29 (diff) |
intel_th: pci: Add Cannon Lake PCH-LP support
This adds Intel(R) Trace Hub PCI ID for Cannon Lake PCH-LP.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: <stable@vger.kernel.org>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/intel_th/pci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c index 507db476654a..5a9a9e8072a9 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c | |||
@@ -102,6 +102,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | |||
102 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326), | 102 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa326), |
103 | .driver_data = (kernel_ulong_t)0, | 103 | .driver_data = (kernel_ulong_t)0, |
104 | }, | 104 | }, |
105 | { | ||
106 | /* Cannon Lake LP */ | ||
107 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x9da6), | ||
108 | .driver_data = (kernel_ulong_t)0, | ||
109 | }, | ||
105 | { 0 }, | 110 | { 0 }, |
106 | }; | 111 | }; |
107 | 112 | ||