mb/google/rex/var/karis: Add FAN field in fw_config
Update default fan settings(FAN_SETTING_1) in FAN field. Bit 6-7, FAN, 0 --> FAN_SETTING_1 BUG=b:290689824, b:294155897 TEST=Dump ssdt table and check fan settings is existed Change-Id: Id69ec67202b5d769cd3a9a68344a6d8913ebd78b Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78216 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
		
				
					committed by
					
						 Subrata Banik
						Subrata Banik
					
				
			
			
				
	
			
			
			
						parent
						
							fd0f681229
						
					
				
				
					commit
					6e620c27b9
				
			| @@ -6,6 +6,9 @@ fw_config | |||||||
| 	field AUDIO 3 5 | 	field AUDIO 3 5 | ||||||
| 		option ALC5650_NO_AMP_I2S	0 | 		option ALC5650_NO_AMP_I2S	0 | ||||||
| 	end | 	end | ||||||
|  | 	field FAN 6 7 | ||||||
|  | 		option FAN_SETTING_1		0 | ||||||
|  | 	end | ||||||
| 	field MIPI_CAM 8 9 | 	field MIPI_CAM 8 9 | ||||||
| 		option UF_CAM_HI556		0 | 		option UF_CAM_HI556		0 | ||||||
| 	end | 	end | ||||||
| @@ -237,7 +240,9 @@ chip soc/intel/meteorlake | |||||||
| 				register "options.fan.fine_grained_control" = "1" | 				register "options.fan.fine_grained_control" = "1" | ||||||
| 				register "options.fan.step_size" = "2" | 				register "options.fan.step_size" = "2" | ||||||
|  |  | ||||||
| 				device generic 0 alias dptf_policy on end | 				device generic 0 alias dptf_policy on | ||||||
|  | 					probe FAN FAN_SETTING_1 | ||||||
|  | 				end | ||||||
| 			end | 			end | ||||||
| 		end | 		end | ||||||
| 		device ref pcie_rp10 on | 		device ref pcie_rp10 on | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user