soc/intel/meteorlake: Correctly set Usb4CmMode
The ACPI is adjusted based on SOFTWARE_CONNECTION_MANAGER, so set the UPD to match this to avoid the connection type being mismatched. If it's mismatched, the TBT port will timeout. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I3ab68c01f682723dab39870f0676e59ae3d89add
This commit is contained in:
		
				
					committed by
					
						 Tim Crawford
						Tim Crawford
					
				
			
			
				
	
			
			
			
						parent
						
							28dbc13b70
						
					
				
				
					commit
					0ac99acdb8
				
			| @@ -442,6 +442,8 @@ static void fill_fsps_tcss_params(FSP_S_CONFIG *s_cfg, | ||||
| 		if (is_dev_enabled(tcss_port_arr[i])) | ||||
| 			s_cfg->UsbTcPortEn |= BIT(i); | ||||
| 	} | ||||
|  | ||||
| 	s_cfg->Usb4CmMode = CONFIG(SOFTWARE_CONNECTION_MANAGER); | ||||
| } | ||||
|  | ||||
| static void fill_fsps_chipset_lockdown_params(FSP_S_CONFIG *s_cfg, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user