diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 69bfc92312..ce27e5385b 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4102,10 +4102,14 @@ #define PCI_DID_INTEL_LNL_GSPI1 0xa830 #define PCI_DID_INTEL_LNL_GSPI2 0xa846 -#define PCI_DID_INTEL_PTL_HWSEQ_SPI 0xe423 -#define PCI_DID_INTEL_PTL_SPI0 0xe427 -#define PCI_DID_INTEL_PTL_SPI1 0xe430 -#define PCI_DID_INTEL_PTL_SPI2 0xe446 +#define PCI_DID_INTEL_PTL_H_HWSEQ_SPI 0xe423 +#define PCI_DID_INTEL_PTL_H_SPI0 0xe427 +#define PCI_DID_INTEL_PTL_H_SPI1 0xe430 +#define PCI_DID_INTEL_PTL_H_SPI2 0xe446 +#define PCI_DID_INTEL_PTL_U_H_HWSEQ_SPI 0xe323 +#define PCI_DID_INTEL_PTL_U_H_SPI0 0xe327 +#define PCI_DID_INTEL_PTL_U_H_SPI1 0xe330 +#define PCI_DID_INTEL_PTL_U_H_SPI2 0xe346 /* Intel IGD device Ids */ #define PCI_DID_INTEL_SKL_GT1F_DT2 0x1902 |