Skip to content

Commit

Permalink
[device/celestica]: libsensors configuration file for Seastone-DX010 (#…
Browse files Browse the repository at this point in the history
…3664)

* [device/celestica]: libsensors configuration file for Seastone-DX010

* [device/celestica]: Add hysteresis config for lm75b sensors on Seastone-DX010
  • Loading branch information
Wirut Getbamrung authored and yxieca committed Oct 28, 2019
1 parent da96c1a commit 6eb18ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions device/celestica/x86_64-cel_seastone-r0/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,29 @@ chip "dps460-i2c-*-5b"
# These sensors located on Main Switch Board.
chip "lm75b-i2c-*-48"
label temp1 "Front-panel temp sensor 1"
set temp1_max 43
set temp1_max_hyst 28
set temp1_max 50
set temp1_max_hyst 45

chip "lm75b-i2c-*-49"
label temp1 "Front-panel temp sensor 2"
set temp1_max 43
set temp1_max_hyst 28
set temp1_max 50
set temp1_max_hyst 45

chip "lm75b-i2c-*-4a"
label temp1 "ASIC temp sensor"
set temp1_max 43
set temp1_max_hyst 28
set temp1_max 70
set temp1_max_hyst 65

# These sensors located on CPU Board.
chip "lm75b-i2c-*-48"
label temp1 "Rear-panel temp sensor 1"
set temp1_max 43
set temp1_max_hyst 28
set temp1_max 70
set temp1_max_hyst 65

chip "lm75b-i2c-*-4e"
label temp1 "Rear-panel temp sensor 2"
set temp1_max 43
set temp1_max_hyst 28
set temp1_max 70
set temp1_max_hyst 65

chip "emc2305-i2c-*-2e"
label fan2 "fan1"
Expand Down

0 comments on commit 6eb18ee

Please sign in to comment.