include/device/pci_ids.h: Fix device id for gspi2

Device ID for "D18:F6 - GSPI #2" shoud be 0xA0FB

BUG=none
TEST=Boot to OS, verify SSDT

Signed-off-by: Selma BENSAID <selma.bensaid@intel.com>
Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Change-Id: I0d814170d24ff1b989eceb1d9ebdf6134df85e2e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48060
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index c123002..51c0abf 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3563,7 +3563,7 @@
 #define PCI_DEVICE_ID_INTEL_TGP_SPI0		0xa0a4
 #define PCI_DEVICE_ID_INTEL_TGP_GSPI0		0xa0aa
 #define PCI_DEVICE_ID_INTEL_TGP_GSPI1		0xa0ab
-#define PCI_DEVICE_ID_INTEL_TGP_GSPI2		0x34fb
+#define PCI_DEVICE_ID_INTEL_TGP_GSPI2		0xa0fb
 #define PCI_DEVICE_ID_INTEL_TGP_GSPI3		0xa0fd
 #define PCI_DEVICE_ID_INTEL_TGP_GSPI4		0xa0fe
 #define PCI_DEVICE_ID_INTEL_TGP_GSPI5		0xa0de