File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
drivers/platform/x86/intel Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,7 @@ static const struct intel_vsec_platform_info lnl_info = {
423
423
#define PCI_DEVICE_ID_INTEL_VSEC_RPL 0xa77d
424
424
#define PCI_DEVICE_ID_INTEL_VSEC_TGL 0x9a0d
425
425
#define PCI_DEVICE_ID_INTEL_VSEC_LNL_M 0x647d
426
+ #define PCI_DEVICE_ID_INTEL_VSEC_PTL 0xb07d
426
427
static const struct pci_device_id intel_vsec_pci_ids [] = {
427
428
{ PCI_DEVICE_DATA (INTEL , VSEC_ADL , & tgl_info ) },
428
429
{ PCI_DEVICE_DATA (INTEL , VSEC_DG1 , & dg1_info ) },
@@ -432,6 +433,7 @@ static const struct pci_device_id intel_vsec_pci_ids[] = {
432
433
{ PCI_DEVICE_DATA (INTEL , VSEC_RPL , & tgl_info ) },
433
434
{ PCI_DEVICE_DATA (INTEL , VSEC_TGL , & tgl_info ) },
434
435
{ PCI_DEVICE_DATA (INTEL , VSEC_LNL_M , & lnl_info ) },
436
+ { PCI_DEVICE_DATA (INTEL , VSEC_PTL , & mtl_info ) },
435
437
{ }
436
438
};
437
439
MODULE_DEVICE_TABLE (pci , intel_vsec_pci_ids );
You can’t perform that action at this time.
0 commit comments