diff options
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/lpc/lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |