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
|
@ -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…
Reference in New Issue