Skip to content

Commit 2821cb4

Browse files
bguvendiPatrick Georgi
authored andcommitted
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>
1 parent c67e3c1 commit 2821cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/device/pci_ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3563,7 +3563,7 @@
35633563
#define PCI_DEVICE_ID_INTEL_TGP_SPI0 0xa0a4
35643564
#define PCI_DEVICE_ID_INTEL_TGP_GSPI0 0xa0aa
35653565
#define PCI_DEVICE_ID_INTEL_TGP_GSPI1 0xa0ab
3566-
#define PCI_DEVICE_ID_INTEL_TGP_GSPI2 0x34fb
3566+
#define PCI_DEVICE_ID_INTEL_TGP_GSPI2 0xa0fb
35673567
#define PCI_DEVICE_ID_INTEL_TGP_GSPI3 0xa0fd
35683568
#define PCI_DEVICE_ID_INTEL_TGP_GSPI4 0xa0fe
35693569
#define PCI_DEVICE_ID_INTEL_TGP_GSPI5 0xa0de

0 commit comments

Comments
 (0)