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>
This commit is contained in:
Subrata Banik 2023-09-04 18:05:04 +00:00
parent d426176e24
commit 525d8d86c3
2 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,8 @@ static const unsigned short intel_pci_device_ids[] = {
PCI_DID_CP_6SERIES_WIFI,
/* Typhoon Peak (TyP) */
PCI_DID_TP_6SERIES_WIFI,
/* Misty Peak (MtP) */
PCI_DID_MP_7SERIES_WIFI,
0
};

View File

@ -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