Skip to content

Commit 99de050

Browse files
debox1jwrdegoede
authored andcommitted
platform/x86/intel/vsec: Add support for Raptor Lake
Add Raptor Lake support to Intel's PMT driver. Cc: Srinivas Pandruvada <srinivas.pandruvada@intel.com> Signed-off-by: David E. Box <david.e.box@linux.intel.com> Signed-off-by: Gayatri Kammela <gayatri.kammela@linux.intel.com> Link: https://lore.kernel.org/r/20220629221334.434307-3-gayatri.kammela@linux.intel.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent f21c179 commit 99de050

File tree

1 file changed

+2
-0
lines changed
  • drivers/platform/x86/intel

1 file changed

+2
-0
lines changed

drivers/platform/x86/intel/vsec.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,13 @@ static const struct intel_vsec_platform_info dg1_info = {
394394
#define PCI_DEVICE_ID_INTEL_VSEC_ADL 0x467d
395395
#define PCI_DEVICE_ID_INTEL_VSEC_DG1 0x490e
396396
#define PCI_DEVICE_ID_INTEL_VSEC_OOBMSM 0x09a7
397+
#define PCI_DEVICE_ID_INTEL_VSEC_RPL 0xa77d
397398
#define PCI_DEVICE_ID_INTEL_VSEC_TGL 0x9a0d
398399
static const struct pci_device_id intel_vsec_pci_ids[] = {
399400
{ PCI_DEVICE_DATA(INTEL, VSEC_ADL, &tgl_info) },
400401
{ PCI_DEVICE_DATA(INTEL, VSEC_DG1, &dg1_info) },
401402
{ PCI_DEVICE_DATA(INTEL, VSEC_OOBMSM, &(struct intel_vsec_platform_info) {}) },
403+
{ PCI_DEVICE_DATA(INTEL, VSEC_RPL, &tgl_info) },
402404
{ PCI_DEVICE_DATA(INTEL, VSEC_TGL, &tgl_info) },
403405
{ }
404406
};

0 commit comments

Comments
 (0)