|
|
@@ -180,6 +180,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
|
|
|
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x45c5),
|
|
|
.driver_data = (kernel_ulong_t)&intel_th_2x,
|
|
|
},
|
|
|
+ {
|
|
|
+ /* Tiger Lake PCH */
|
|
|
+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa0a6),
|
|
|
+ .driver_data = (kernel_ulong_t)&intel_th_2x,
|
|
|
+ },
|
|
|
{ 0 },
|
|
|
};
|
|
|
|