]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
authorRoss Brown <true.robot.ross@gmail.com>
Tue, 30 Jul 2024 06:21:42 +0000 (08:21 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 25 Aug 2024 22:26:25 +0000 (15:26 -0700)
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>
drivers/hwmon/asus-ec-sensors.c

index 6bb8d7b1d2194b811de9f6bb92c790fe77585b5d..ee396f21fac5e907f166922f2d3103eab67f1cc5 100644 (file)
@@ -420,7 +420,7 @@ static const struct ec_board_info board_info_strix_b550_i_gaming = {
 
 static const struct ec_board_info board_info_strix_x570_e_gaming = {
        .sensors = SENSOR_SET_TEMP_CHIPSET_CPU_MB |
-               SENSOR_TEMP_T_SENSOR | SENSOR_TEMP_VRM |
+               SENSOR_TEMP_T_SENSOR |
                SENSOR_FAN_CHIPSET | SENSOR_CURR_CPU |
                SENSOR_IN_CPU_CORE,
        .mutex_path = ASUS_HW_ACCESS_MUTEX_ASMX,