drivers/wifi/generic: Add new device ID

New device id 0x51f1 is added.

Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Change-Id: I695309d529a117bad68fc89a7f136e69cecb95d9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64001
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
diff --git a/src/drivers/wifi/generic/generic.c b/src/drivers/wifi/generic/generic.c
index 1187b332..a66656e 100644
--- a/src/drivers/wifi/generic/generic.c
+++ b/src/drivers/wifi/generic/generic.c
@@ -118,6 +118,7 @@
 	/* Garfield Peak */
 	PCI_DID_GrP_6SERIES_1_WIFI,
 	PCI_DID_GrP_6SERIES_2_WIFI,
+	PCI_DID_GrP_6SERIES_3_WIFI,
 	0
 };
 
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 3176986..79decbe 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4419,6 +4419,7 @@
 #define PCI_DID_TyP_6SERIES_WIFI		0x2725
 #define PCI_DID_GrP_6SERIES_1_WIFI		0x51f0
 #define PCI_DID_GrP_6SERIES_2_WIFI		0x7af0
+#define PCI_DID_GrP_6SERIES_3_WIFI		0x51f1
 
 #define PCI_DID_INTEL_TGL_IPU			0x9a19
 #define PCI_DID_INTEL_TGL_H_IPU			0x9a39