wifi: Drop PCI IDs for JfP and HrP
This change drops the PCI IDs for Jefferson Peak and Harrison Peak CNVi modules from wifi/generic drivers as well as pci_ids.h. These IDs actually represent the CNVi WiFi controller PCI IDs and are now supported by intel/common/block/cnvi driver. The only ID that is being dropped without adding support in intel/common/block/cnvi driver is PCI_DEVICE_ID_HrP_6SERIES_WIFI(0x2720) since this was not found in the list of PCI IDs for any SoC. Change-Id: I82857a737b65a6baa94fb3c2588fe723412a7830 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46866 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							edac4ef6d4
						
					
				
				
					commit
					cbe2fd351c
				
			| @@ -89,18 +89,8 @@ static const unsigned short intel_pci_device_ids[] = { | ||||
| 	PCI_DEVICE_ID_SFP_8260_SERIES_2_WIFI, | ||||
| 	/* Windstorm Peak */ | ||||
| 	PCI_DEVICE_ID_WSP_8275_SERIES_1_WIFI, | ||||
| 	/* Jefferson Peak */ | ||||
| 	PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI, | ||||
| 	PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI, | ||||
| 	PCI_DEVICE_ID_JP_9000_SERIES_3_WIFI, | ||||
| 	/* Thunder Peak 2 */ | ||||
| 	PCI_DEVICE_ID_TP_9260_SERIES_WIFI, | ||||
| 	/* Harrison Peak */ | ||||
| 	PCI_DEVICE_ID_HrP_9560_SERIES_1_WIFI, | ||||
| 	PCI_DEVICE_ID_HrP_9560_SERIES_2_WIFI, | ||||
| 	PCI_DEVICE_ID_HrP_9560_SERIES_3_WIFI, | ||||
| 	PCI_DEVICE_ID_HrP_9560_SERIES_4_WIFI, | ||||
| 	PCI_DEVICE_ID_HrP_6SERIES_WIFI, | ||||
| 	/* Cyclone Peak */ | ||||
| 	PCI_DEVICE_ID_CyP_6SERIES_WIFI, | ||||
| 	/* Typhoon Peak */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user