soc/intel/common: Add Alder Lake device IDs

Add Alder Lake specific Host and Graphics device IDs.
As per latest document number: 619501, these IDs got an update.

Change-Id: I548a903714ccc7470f1425ac67c0c66522437365
Signed-off-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54674
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index 7d42fe1..19d4522 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -417,6 +417,7 @@
 	PCI_DEVICE_ID_INTEL_ADL_P_ID_7,
 	PCI_DEVICE_ID_INTEL_ADL_P_ID_8,
 	PCI_DEVICE_ID_INTEL_ADL_P_ID_9,
+	PCI_DEVICE_ID_INTEL_ADL_M_ID_1,
 	0
 };