drivers/wifi: Add PCI ID for Misty Peak WLAN module

This patch adds support for Intel WIFI-7 series PCIe based WLAN module.

Change-Id: Ia31fdb87e15b50471dc7664e42b1e2625ce1ac58
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77621
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
diff --git a/src/drivers/wifi/generic/generic.c b/src/drivers/wifi/generic/generic.c
index 4f849a3..19d281f 100644
--- a/src/drivers/wifi/generic/generic.c
+++ b/src/drivers/wifi/generic/generic.c
@@ -107,6 +107,8 @@
 	PCI_DID_CP_6SERIES_WIFI,
 	/* Typhoon Peak (TyP) */
 	PCI_DID_TP_6SERIES_WIFI,
+	/* Misty Peak (MtP) */
+	PCI_DID_MP_7SERIES_WIFI,
 	0
 };
 
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index aea8638..1679ea1 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4512,6 +4512,7 @@
 #define PCI_DID_TP_9260_SERIES_WIFI		0x2526
 #define PCI_DID_CP_6SERIES_WIFI		0x2723
 #define PCI_DID_TP_6SERIES_WIFI		0x2725
+#define PCI_DID_MP_7SERIES_WIFI		0x272b
 
 #define PCI_DID_INTEL_TGL_IPU			0x9a19
 #define PCI_DID_INTEL_TGL_H_IPU			0x9a39