diff options
author | Subrata Banik <subratabanik@google.com> | 2023-09-04 18:05:04 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-09-05 09:37:16 +0000 |
commit | 525d8d86c399d751caaf6535084d775075499986 (patch) | |
tree | 0e33426c8a677d344f1f5e3fc89256a401f9a2ca /src/include | |
parent | d426176e2469130a96717b3f2594daeab5d3fe34 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index aea8638fe9..1679ea11ad 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 |