Skip to content

Commit

Permalink
[device/arista]: Add MAX6697 sensor for Arista 7060CX-32S (sonic-net#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Szucs authored and lguohan committed Dec 8, 2017
1 parent e589894 commit 6feff95
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions device/arista/x86_64-arista_7060_cx32s/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,25 @@ bus "i2c-7" "SCD SMBus master 0 bus 5"
chip "k10temp-pci-00c3"
label temp1 "Cpu temp sensor"

# missing support for
# chip "max6697-i2c-2-1a"
# board sensor 65 75
# (1) switch chip left sensor 95 105
# (5) switch chip right sensor 95 105
# (6) front panel temp sensor 65 75
chip "max6697-i2c-2-1a"
label temp1 "Board sensor"
set temp1_max 95

label temp2 "Switch chip left sensor"
set temp2_max 95
set temp2_crit 105

ignore temp3
ignore temp4
ignore temp5

label temp6 "Switch chip right sensor"
set temp6_max 95
set temp6_crit 105

label temp7 "Front panel temp sensor"
set temp7_max 65
set temp7_crit 75

chip "max6658-i2c-3-4c"
label temp1 "Cpu board temp sensor"
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-linux-kernel

0 comments on commit 6feff95

Please sign in to comment.