Skip to content

Commit

Permalink
[fan] Fixed dynamic minimum fan speed table for SN4410 (#8960)
Browse files Browse the repository at this point in the history
Put new values to the dynamic minimum fan speed table for SN4410.
  • Loading branch information
vadymhlushko-mlnx authored Oct 21, 2021
1 parent 60e424e commit cd0d407
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
'x86_64-mlnx_msn4410-r0': {
'thermal': {
'minimum_table': {
"unk_trust": {"-127:120":16},
"unk_untrust": {"-127:120":16},
"unk_trust": {"-127:40":12, "41:120":13},
"unk_untrust": {"-127:10":12, "11:20":13, "21:30":14, "31:35":15, "36:120":16},
}
},
'fans': {
Expand Down

0 comments on commit cd0d407

Please sign in to comment.