Skip to content

Commit 1722315

Browse files
committed
hw-mgmt: thermal: Fix thermal data for sn5610/5640 systems
Fix thermal data for sn5610/5640 systems. "C2P:Sensor read failure" PWM level changed 80 -> 70 (aligned to value provided by HW) bug: 4528191 Signed-off-by: Oleksandr Shamray <[email protected]>
1 parent 5e205ff commit 1722315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"present": {"-127:120": 30},
1212
"direction": {"-127:120": 30}
1313
},
14-
"sensor_read_error" : {"-127:120": 80}
14+
"sensor_read_error" : {"-127:120": 70}
1515
},
1616
"P2C": {
1717
"fan_err": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"present": {"-127:120": 30},
1212
"direction": {"-127:120": 30}
1313
},
14-
"sensor_read_error" : {"-127:120": 80}
14+
"sensor_read_error" : {"-127:120": 70}
1515
},
1616
"P2C": {
1717
"fan_err": {

0 commit comments

Comments
 (0)