Skip to content

Commit

Permalink
hw-mgmt: thermal: TC - disable autodetect for drivetemp sensor
Browse files Browse the repository at this point in the history
TC - disable autodetect for drivetemp sensor

Reviewed-by: Ciju Rajan K <[email protected]>
Reviewed-by: Vadim Pasternak <[email protected]>
Signed-off-by: Oleksandr Shamray <[email protected]>
  • Loading branch information
sholeksandr committed Aug 20, 2023
1 parent 30f11fd commit df7fe34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions usr/usr/bin/hw_management_thermal_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -2254,8 +2254,6 @@ def _collect_hw_info(self):

sensor_list.append("sensor_amb")

if self.check_file("thermal/drivetemp"):
sensor_list.append("drivetemp")
# remove duplications & soort
sensor_list = list(set(sensor_list))
sensor_list.sort()
Expand Down

0 comments on commit df7fe34

Please sign in to comment.