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 <krishna.p.bhat.d@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61947
Reviewed-by: Usha P <usha.p@intel.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Krishna Prasad Bhat 2022-02-15 10:58:39 +05:30 committed by Felix Held
parent 7d8b553608
commit 8d436cfc1a
1 changed files with 1 additions and 1 deletions

View File

@ -3057,7 +3057,7 @@
#define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_15 0x548f #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_16 0x5490
#define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_17 0x5491 #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_19 0x5493
#define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_20 0x5494 #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_20 0x5494
#define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_21 0x5495 #define PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_21 0x5495