diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 5fa478fcb0..6d3911fc47 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4530,8 +4530,10 @@ #define PCI_DID_INTEL_RPP_S_P2SB 0x7a20 #define PCI_DID_INTEL_LNL_P2SB 0xa820 #define PCI_DID_INTEL_LNL_P2SB2 0xa84c -#define PCI_DID_INTEL_PTL_P2SB 0xe420 -#define PCI_DID_INTEL_PTL_P2SB2 0xe44c +#define PCI_DID_INTEL_PTL_H_P2SB 0xe420 +#define PCI_DID_INTEL_PTL_H_P2SB2 0xe44c +#define PCI_DID_INTEL_PTL_U_H_P2SB 0xe320 +#define PCI_DID_INTEL_PTL_U_H_P2SB2 0xe34c /* Intel SRAM device Ids */ #define PCI_DID_INTEL_APL_SRAM 0x5aec |