Skip to content

Commit b0140ed

Browse files
committed
hw-mgmt: thermal: TC add attention_fans config for SN5610/5640
TC add attention_fans config for SN5610/5640. FANs : ["drwr1", "drwr2", "drwr3", "drwr4", "drwr5"] fan_steady_state_delay = 10 sec fan_steady_state_pwm = 50% Signed-off-by: Oleksandr Shamray <[email protected]>
1 parent d4a3149 commit b0140ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

usr/etc/hw-management-thermal/tc_config_sn5610.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"0" : {"rpm_min":6879, "rpm_max":21800, "slope": 213, "pwm_min" : 30, "pwm_max_reduction" : 10},
3333
"1" : {"rpm_min":6468, "rpm_max":20500, "slope": 200, "pwm_min" : 30, "pwm_max_reduction" : 10}}
3434
},
35+
"general_config" : {"attention_fans" : ["drwr1", "drwr2", "drwr3", "drwr4", "drwr5"], "fan_steady_state_delay" : 10, "fan_steady_state_pwm" : 50},
3536
"dev_parameters" : {
3637
"asic\\d*": {"pwm_min": 30, "pwm_max" : 100, "val_min":"!70000", "val_max":"!105000", "poll_time": 3, "sensor_read_error":100},
3738
"(cpu_pack|cpu_core\\d+)": {"pwm_min": 30, "pwm_max" : 100, "val_min": "!70000", "val_max": "!100000", "poll_time": 3, "sensor_read_error":100},

usr/etc/hw-management-thermal/tc_config_sn5640.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"0" : {"rpm_min":6879, "rpm_max":21800, "slope": 213, "pwm_min" : 30, "pwm_max_reduction" : 10},
3333
"1" : {"rpm_min":6468, "rpm_max":20500, "slope": 200, "pwm_min" : 30, "pwm_max_reduction" : 10}}
3434
},
35+
"general_config" : {"attention_fans" : ["drwr1", "drwr2", "drwr3", "drwr4", "drwr5"], "fan_steady_state_delay" : 10, "fan_steady_state_pwm" : 50},
3536
"dev_parameters" : {
3637
"asic\\d*": {"pwm_min": 30, "pwm_max" : 100, "val_min":"!70000", "val_max":"!105000", "poll_time": 3, "sensor_read_error":100},
3738
"(cpu_pack|cpu_core\\d+)": {"pwm_min": 30, "pwm_max" : 100, "val_min": "!70000", "val_max": "!100000", "poll_time": 3, "sensor_read_error":100},

0 commit comments

Comments
 (0)