summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/device/pci_ids.h2
-rw-r--r--src/soc/intel/alderlake/bootblock/report_platform.c2
-rw-r--r--src/soc/intel/common/block/lpc/lpc.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 939f71722c..fca9b0dd1f 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3018,7 +3018,7 @@
#define PCI_DID_INTEL_ADP_S_ESPI_H610 0x7a87
#define PCI_DID_INTEL_ADP_S_ESPI_W680 0x7a88
#define PCI_DID_INTEL_ADP_S_ESPI_9 0x7a89
-#define PCI_DID_INTEL_ADP_S_ESPI_W685 0x7a8a
+#define PCI_DID_INTEL_ADP_S_ESPI_W790 0x7a8a
#define PCI_DID_INTEL_ADP_S_ESPI_11 0x7a8b
#define PCI_DID_INTEL_ADP_S_ESPI_HM670 0x7a8c
#define PCI_DID_INTEL_ADP_S_ESPI_WM690 0x7a8d
diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c
index 938c8ebbca..4f55c02ba9 100644
--- a/src/soc/intel/alderlake/bootblock/report_platform.c
+++ b/src/soc/intel/alderlake/bootblock/report_platform.c
@@ -102,7 +102,7 @@ static struct {
{ PCI_DID_INTEL_ADP_S_ESPI_Q670, "AlderLake-S Q670" },
{ PCI_DID_INTEL_ADP_S_ESPI_Z690, "AlderLake-S Z690" },
{ PCI_DID_INTEL_ADP_S_ESPI_W680, "AlderLake-S W680" },
- { PCI_DID_INTEL_ADP_S_ESPI_W685, "AlderLake-S W685" },
+ { PCI_DID_INTEL_ADP_S_ESPI_W790, "AlderLake-S W790" },
{ PCI_DID_INTEL_ADP_S_ESPI_WM690, "AlderLake-S WM690" },
{ PCI_DID_INTEL_ADP_S_ESPI_HM670, "AlderLake-S HM670" },
{ PCI_DID_INTEL_RPP_S_ESPI_0, "Raptorlake-S SKU" },
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index ef5a0c155c..1d8d748bb4 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -310,7 +310,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_JSP_SUPER_ESPI,
PCI_DID_INTEL_ADP_S_ESPI_WM690,
PCI_DID_INTEL_ADP_S_ESPI_HM670,
- PCI_DID_INTEL_ADP_S_ESPI_W685,
+ PCI_DID_INTEL_ADP_S_ESPI_W790,
PCI_DID_INTEL_ADP_S_ESPI_W680,
PCI_DID_INTEL_ADP_S_ESPI_H610,
PCI_DID_INTEL_ADP_S_ESPI_B660,