soc/intel/commmon: Include Alder Lake device IDs

Add Alder Lake M specific CPU, System AGent, PCH (Alder Point aka
ADP),
IGD device IDs.

Document Number: 619501, 626817

Signed-off-by: Varshit Pandya <varshit.b.pandya@intel.com>
Change-Id: Ib13fe229f9e65eae8967aa20e28e29ac5c319265
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49629
Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/common/block/xhci/xhci.c b/src/soc/intel/common/block/xhci/xhci.c
index 705fbb0..295bb39 100644
--- a/src/soc/intel/common/block/xhci/xhci.c
+++ b/src/soc/intel/common/block/xhci/xhci.c
@@ -123,6 +123,7 @@
 	PCI_DEVICE_ID_INTEL_JSP_XHCI,
 	PCI_DEVICE_ID_INTEL_ADP_P_XHCI,
 	PCI_DEVICE_ID_INTEL_ADP_S_XHCI,
+	PCI_DEVICE_ID_INTEL_ADP_M_XHCI,
 	0
 };