From 8d436cfc1acc7a15cd821e3fb61ad1b0f797a312 Mon Sep 17 00:00:00 2001 From: Krishna Prasad Bhat Date: Tue, 15 Feb 2022 10:58:39 +0530 Subject: soc/intel/alderlake: Correct Alder Lake M/N ESPI device ID Alder Lake M/N ESPI ID 18 was incorrectly assigned to be 0x5482. Assign it to the correct value. Reference documents: 619501, 645548. Change-Id: I08bd218fd128497825b96aa5b9496826afa620d2 Signed-off-by: Krishna Prasad Bhat Reviewed-on: https://review.coreboot.org/c/coreboot/+/61947 Reviewed-by: Usha P Reviewed-by: Kangheui Won Tested-by: build bot (Jenkins) --- src/include/device/pci_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 6854e791a6..042e10efef 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3057,7 +3057,7 @@ #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_15 0x548f #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_16 0x5490 #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_17 0x5491 -#define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_18 0x5482 +#define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_18 0x5492 #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_19 0x5493 #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_20 0x5494 #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_21 0x5495 -- cgit v1.2.3