Skip to content

Commit 856599f

Browse files
committed
hw-mgmt: thermal: Fix thermal data for sn5600
Fix thermal data for sn5600. Mask psu errors: "psu_err" : ["direction", "present"]} Bug: 4649699 Signed-off-by: Oleksandr Shamray <[email protected]>
1 parent 432632f commit 856599f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"drivetemp": {"pwm_min": 30, "pwm_max": 70, "val_min": "!70000", "val_max": "!95000", "poll_time": 60},
4747
"ibc\\d+": {"pwm_min": 30, "pwm_max": 100, "val_min": "!80000", "val_max": "!110000", "poll_time": 60}
4848
},
49+
"error_mask" : {"psu_err" : ["direction", "present"]},
4950
"sensor_list" : ["asic1", "cpu", "drivetemp", "drwr1", "drwr2", "drwr3", "drwr4", "ibc1", "ibc2", "ibc3", "ibc4", "psu1", "psu2",
5051
"sensor_amb", "sodimm1", "sodimm2", "voltmon1", "voltmon2", "voltmon3", "voltmon4", "voltmon5", "voltmon6", "voltmon7", "voltmon8", "voltmon9", "voltmon10", "voltmon11"]
5152
}

0 commit comments

Comments
 (0)