diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2017-09-19 11:47:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-22 04:28:00 -0400 |
commit | 24600840c74112ad04a9ddd99d7d7f731dcaa1cb (patch) | |
tree | 885928437dc591d5220ce7b9d948e5e107649e18 | |
parent | 920ce7c33db25cf4acb4ade3ae8c93bd23dfd730 (diff) |
intel_th: pci: Add Lewisburg PCH support
This adds Intel(R) Trace Hub PCI ID for Lewisburg PCH.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 00ee60d9789e..c2a2ce8ee541 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c | |||
@@ -144,6 +144,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | |||
144 | .driver_data = (kernel_ulong_t)0, | 144 | .driver_data = (kernel_ulong_t)0, |
145 | }, | 145 | }, |
146 | { | 146 | { |
147 | /* Lewisburg PCH */ | ||
148 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa1a6), | ||
149 | .driver_data = (kernel_ulong_t)0, | ||
150 | }, | ||
151 | { | ||
147 | /* Gemini Lake */ | 152 | /* Gemini Lake */ |
148 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e), | 153 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e), |
149 | .driver_data = (kernel_ulong_t)&intel_th_2x, | 154 | .driver_data = (kernel_ulong_t)&intel_th_2x, |