soc/intel/adl: Update PCI ID for ADL-M SKU

Update PCI ID for ADL-M as per document 643775.

BUG=None
BRANCH=None

Change-Id: Ia2c5ce270bc421d8a41cc4bc6ce0b51987d2aaec
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56846
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Selma Bensaid <selma.bensaid@intel.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c
index b7d4cfc..d4b3951 100644
--- a/src/soc/intel/alderlake/bootblock/report_platform.c
+++ b/src/soc/intel/alderlake/bootblock/report_platform.c
@@ -33,7 +33,6 @@
 	const char *name;
 } mch_table[] = {
 	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_1, "Alderlake-P" },
-	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_2, "Alderlake-P" },
 	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_3, "Alderlake-P" },
 	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_4, "Alderlake-P" },
 	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_5, "Alderlake-P" },
@@ -42,6 +41,7 @@
 	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_8, "Alderlake-P" },
 	{ PCI_DEVICE_ID_INTEL_ADL_P_ID_9, "Alderlake-P" },
 	{ PCI_DEVICE_ID_INTEL_ADL_M_ID_1, "Alderlake-M" },
+	{ PCI_DEVICE_ID_INTEL_ADL_M_ID_2, "Alderlake-M" },
 };
 
 static struct {