diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 967f657047..69bfc92312 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3996,9 +3996,12 @@ #define PCI_DID_INTEL_LNL_UART1 0xa826 #define PCI_DID_INTEL_LNL_UART2 0xa852 -#define PCI_DID_INTEL_PTL_UART0 0xe425 -#define PCI_DID_INTEL_PTL_UART1 0xe426 -#define PCI_DID_INTEL_PTL_UART2 0xe452 +#define PCI_DID_INTEL_PTL_H_UART0 0xe425 +#define PCI_DID_INTEL_PTL_H_UART1 0xe426 +#define PCI_DID_INTEL_PTL_H_UART2 0xe452 +#define PCI_DID_INTEL_PTL_U_H_UART0 0xe325 +#define PCI_DID_INTEL_PTL_U_H_UART1 0xe326 +#define PCI_DID_INTEL_PTL_U_H_UART2 0xe352 /* Intel SPI device Ids */ #define PCI_DID_INTEL_LPT_LP_GSPI0 0x9c65 |