diff options
Diffstat (limited to 'drivers/hwtracing/intel_th/pci.c')
-rw-r--r-- | drivers/hwtracing/intel_th/pci.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwtracing/intel_th/pci.c b/drivers/hwtracing/intel_th/pci.c index c0378c3de9a4..91dfeba62485 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c | |||
@@ -165,6 +165,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | |||
165 | .driver_data = (kernel_ulong_t)0, | 165 | .driver_data = (kernel_ulong_t)0, |
166 | }, | 166 | }, |
167 | { | 167 | { |
168 | /* Lewisburg PCH */ | ||
169 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa226), | ||
170 | .driver_data = (kernel_ulong_t)0, | ||
171 | }, | ||
172 | { | ||
168 | /* Gemini Lake */ | 173 | /* Gemini Lake */ |
169 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e), | 174 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x318e), |
170 | .driver_data = (kernel_ulong_t)&intel_th_2x, | 175 | .driver_data = (kernel_ulong_t)&intel_th_2x, |
@@ -199,6 +204,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | |||
199 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x45c5), | 204 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x45c5), |
200 | .driver_data = (kernel_ulong_t)&intel_th_2x, | 205 | .driver_data = (kernel_ulong_t)&intel_th_2x, |
201 | }, | 206 | }, |
207 | { | ||
208 | /* Tiger Lake PCH */ | ||
209 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa0a6), | ||
210 | .driver_data = (kernel_ulong_t)&intel_th_2x, | ||
211 | }, | ||
202 | { 0 }, | 212 | { 0 }, |
203 | }; | 213 | }; |
204 | 214 | ||