soc/intel/jasperlake: Add IGD Device ID

Add IGD Device ID for Jasperlake.
Reference is taken from Jasperlake EDS volume 1(Document Number: 613601).

TEST=Build and boot Jasperlake platform.

Change-Id: Iab3ba286f36afbf9533ac3cc62891fa390ca2441
Signed-off-by: Krishna Prasad Bhat <krishna.p.bhat.d@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44000
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index 38d41df..4561a38 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -282,6 +282,7 @@
 	PCI_DEVICE_ID_INTEL_EHL_GT2_3,
 	PCI_DEVICE_ID_INTEL_JSL_GT1,
 	PCI_DEVICE_ID_INTEL_JSL_GT2,
+	PCI_DEVICE_ID_INTEL_JSL_GT3,
 	PCI_DEVICE_ID_INTEL_ADL_GT0,
 	PCI_DEVICE_ID_INTEL_ADL_GT1,
 	PCI_DEVICE_ID_INTEL_ADL_GT1_1,