mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	hwmon: (asus_wmi_ec_sensors) Support T_Sensor on Prime X570-Pro
Asus Prime X570-Pro motherboards have a T_Sensor header that can be connected to an optional temperature probe. Signed-off-by: Anthony DeRossi <ajderossi@gmail.com> Link: https://lore.kernel.org/r/20220111051842.25634-1-ajderossi@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
		
							parent
							
								
									34781a6bec
								
							
						
					
					
						commit
						848da7b587
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -112,7 +112,8 @@ struct asus_wmi_data { | |||
| /* boards with EC support */ | ||||
| static struct asus_wmi_data sensors_board_PW_X570_P = { | ||||
| 	.known_board_sensors = { | ||||
| 		SENSOR_TEMP_CHIPSET, SENSOR_TEMP_CPU, SENSOR_TEMP_MB, SENSOR_TEMP_VRM, | ||||
| 		SENSOR_TEMP_CHIPSET, SENSOR_TEMP_CPU, SENSOR_TEMP_MB, | ||||
| 		SENSOR_TEMP_T_SENSOR, SENSOR_TEMP_VRM, | ||||
| 		SENSOR_FAN_CHIPSET, | ||||
| 		SENSOR_MAX | ||||
| 	}, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Anthony DeRossi
						Anthony DeRossi