diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/intel/ish/ish.c | 3 | ||||
-rw-r--r-- | src/include/device/pci_ids.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c index 1ab6a0a3ba..d83af4699d 100644 --- a/src/drivers/intel/ish/ish.c +++ b/src/drivers/intel/ish/ish.c @@ -82,7 +82,8 @@ static const struct device_operations pci_ish_device_ops = { }; static const unsigned short pci_device_ids[] = { - PCI_DID_INTEL_PTL_ISHB, + PCI_DID_INTEL_PTL_H_ISHB, + PCI_DID_INTEL_PTL_U_H_ISHB, PCI_DID_INTEL_LNL_ISHB, PCI_DID_INTEL_MTL_ISHB, PCI_DID_INTEL_CNL_ISHB, diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 3dd3ec9b59..8eff32f0ec 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2185,7 +2185,8 @@ #define PCI_DID_INTEL_ADL_N_ISHB 0x54fc #define PCI_DID_INTEL_ADL_P_ISHB 0x51fc #define PCI_DID_INTEL_LNL_ISHB 0xa845 -#define PCI_DID_INTEL_PTL_ISHB 0xe445 +#define PCI_DID_INTEL_PTL_H_ISHB 0xe445 +#define PCI_DID_INTEL_PTL_U_H_ISHB 0xe345 /* Intel 82371FB (PIIX) */ #define PCI_DID_INTEL_82371FB_ISA 0x122e |