diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c index 5dbb26e87e..a232217fe7 100644 --- a/src/drivers/intel/ish/ish.c +++ b/src/drivers/intel/ish/ish.c @@ -63,6 +63,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_TGL_ISHB, PCI_DID_INTEL_TGL_H_ISHB, PCI_DID_INTEL_ADL_N_ISHB, + PCI_DID_INTEL_ADL_P_ISHB, 0 }; diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 548ad00199..5668053d1b 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2183,6 +2183,7 @@ #define PCI_DID_INTEL_TGL_H_ISHB 0x43fc #define PCI_DID_INTEL_MTL_ISHB 0x7e45 #define PCI_DID_INTEL_ADL_N_ISHB 0x54fc +#define PCI_DID_INTEL_ADL_P_ISHB 0x51fc /* Intel 82371FB (PIIX) */ #define PCI_DID_INTEL_82371FB_ISA 0x122e