soc/intel/{adl,common}: Support alderlake host device id 0x4619

Host device id 0x4619 is missed in few coreboot tables so that
coreboot can't recognize and config it properly.

Document Number: 690222
BUG:b:214665785, b:214680767

Change-Id: I95908bdc0a736bafedb328dda2a00b5473de3d88
Signed-off-by: Kane Chen <kane.chen@intel.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61134
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
diff --git a/src/soc/intel/alderlake/cpu.c b/src/soc/intel/alderlake/cpu.c
index 41b69ef..95f8a50 100644
--- a/src/soc/intel/alderlake/cpu.c
+++ b/src/soc/intel/alderlake/cpu.c
@@ -149,6 +149,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_P_ID_10
 	};
 	const uint16_t adl_s_mch_ids[] = {
 		PCI_DEVICE_ID_INTEL_ADL_S_ID_1,