Skip to content

Commit 9efaebc

Browse files
RobotRossgroeck
authored andcommitted
hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
X570-E GAMING does not have VRM temperature sensor. Signed-off-by: Ross Brown <true.robot.ross@gmail.com> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com> Link: https://lore.kernel.org/r/20240730062320.5188-2-eugene.shalygin@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 5be63fc commit 9efaebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwmon/asus-ec-sensors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static const struct ec_board_info board_info_strix_b550_i_gaming = {
420420

421421
static const struct ec_board_info board_info_strix_x570_e_gaming = {
422422
.sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB |
423-
SENSOR_TEMP_T_SENSOR | SENSOR_TEMP_VRM |
423+
SENSOR_TEMP_T_SENSOR |
424424
SENSOR_FAN_CHIPSET | SENSOR_CURR_CPU |
425425
SENSOR_IN_CPU_CORE,
426426
.mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,

0 commit comments

Comments
 (0)