[device/celestica] Update fancontrol configuration file and sensor label in sensor.conf (#1826)
* update fancontrol config follow cel fsc document * update lm75 sensors label
This commit is contained in:
parent
6459275397
commit
9b8d985a40
File diff suppressed because one or more lines are too long
@ -36,30 +36,33 @@ chip "dps460-i2c-*-5b"
|
||||
set in3_crit 13.0
|
||||
set in3_lcrit 11.0
|
||||
|
||||
# These sensors located on Main Switch Board.
|
||||
chip "dx010_lm75b-i2c-*-48"
|
||||
label temp1 "Front-panel temp sensor 1"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
chip "dx010_lm75b-i2c-*-49"
|
||||
label temp1 "Front-panel temp sensor 2"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
chip "dx010_lm75b-i2c-*-4a"
|
||||
label temp1 "ASIC temp sensor"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
# These sensors located on CPU Board.
|
||||
chip "dx010_lm75b-i2c-*-48"
|
||||
label temp1 "Rear-panel temp sensor 1"
|
||||
label temp1 "CPU_external temp sensor"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
chip "dx010_lm75b-i2c-*-4e"
|
||||
label temp1 "Rear-panel temp sensor 2"
|
||||
label temp1 "Rear_panel temp sensor"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
# These sensors located on Main Switch Board.
|
||||
bus "i2c-5" "i2c-1-mux (chan_id 3)"
|
||||
chip "dx010_lm75b-i2c-5-48"
|
||||
label temp1 "Front_panel left temp sensor"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
bus "i2c-6" "i2c-1-mux (chan_id 4)"
|
||||
chip "dx010_lm75b-i2c-6-49"
|
||||
label temp1 "Front_panel right temp sensor"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
bus "i2c-7" "i2c-1-mux (chan_id 5)"
|
||||
chip "dx010_lm75b-i2c-7-4a"
|
||||
label temp1 "Switch_external temp sensor"
|
||||
set temp1_max 43
|
||||
set temp1_max_hyst 28
|
||||
|
||||
|
Reference in New Issue
Block a user