summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-09-04 18:05:04 +0000
committerSubrata Banik <subratabanik@google.com>2023-09-05 09:37:16 +0000
commit525d8d86c399d751caaf6535084d775075499986 (patch)
tree0e33426c8a677d344f1f5e3fc89256a401f9a2ca /src/include
parentd426176e2469130a96717b3f2594daeab5d3fe34 (diff)
downloadcoreboot-525d8d86c399d751caaf6535084d775075499986.tar.gz
coreboot-525d8d86c399d751caaf6535084d775075499986.tar.bz2
coreboot-525d8d86c399d751caaf6535084d775075499986.zip
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>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index aea8638fe94d..1679ea11ad72 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