From 510a55d4eeaeb32047c17328ef238b55b89e7296 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 23 May 2022 13:47:50 +0530 Subject: drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driver This patch removes the MTL CNVi DIDs macros from IA common code and is added into the generic wifi driver. As per Intel Connectivity Platform BIOS Guide, Connectivity Controller IP for MTL-P is `Magnetar` and supported CRF is `Typhoon Peak 2`. Previously Garfield Peak DIDs for Alder Lake SoC also added similarly to generic wifi drivers. BUG=b:224325352 TEST=Able to build and boot on MTL emulator. Signed-off-by: Subrata Banik Change-Id: Ib98762749c71f63df3e8d03be910539469359c68 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64592 Tested-by: build bot (Jenkins) Reviewed-by: Tarun Tuli Reviewed-by: Wonkyu Kim --- src/drivers/wifi/generic/generic.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/drivers/wifi/generic/generic.c') diff --git a/src/drivers/wifi/generic/generic.c b/src/drivers/wifi/generic/generic.c index a66656e3d3..e8e066bc79 100644 --- a/src/drivers/wifi/generic/generic.c +++ b/src/drivers/wifi/generic/generic.c @@ -119,6 +119,11 @@ static const unsigned short intel_pci_device_ids[] = { PCI_DID_GrP_6SERIES_1_WIFI, PCI_DID_GrP_6SERIES_2_WIFI, PCI_DID_GrP_6SERIES_3_WIFI, + /* Typhoon Peak 2 */ + PCI_DID_TyP2_6SERIES_1_WIFI, + PCI_DID_TyP2_6SERIES_2_WIFI, + PCI_DID_TyP2_6SERIES_3_WIFI, + PCI_DID_TyP2_6SERIES_4_WIFI, 0 }; -- cgit v1.2.3