Skip to content
Snippets Groups Projects
Commit 9d55499d authored by Alexander Shishkin's avatar Alexander Shishkin Committed by Greg Kroah-Hartman
Browse files

intel_th: pci: Add Jasper Lake PCH support

parent 3adbb571
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa0a6),
.driver_data = (kernel_ulong_t)&intel_th_2x,
},
{
/* Jasper Lake PCH */
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4da6),
.driver_data = (kernel_ulong_t)&intel_th_2x,
},
{ 0 },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment