diff options
-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 4088e1865b07..03ca5b1bef9f 100644 --- a/drivers/hwtracing/intel_th/pci.c +++ b/drivers/hwtracing/intel_th/pci.c | |||
@@ -214,6 +214,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = { | |||
214 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa0a6), | 214 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa0a6), |
215 | .driver_data = (kernel_ulong_t)&intel_th_2x, | 215 | .driver_data = (kernel_ulong_t)&intel_th_2x, |
216 | }, | 216 | }, |
217 | { | ||
218 | /* Jasper Lake PCH */ | ||
219 | PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4da6), | ||
220 | .driver_data = (kernel_ulong_t)&intel_th_2x, | ||
221 | }, | ||
217 | { 0 }, | 222 | { 0 }, |
218 | }; | 223 | }; |
219 | 224 | ||