[device/arista]: Add MAX6697 sensor for Arista 7060CX-32S (#1210)

This commit is contained in:
Travis Szucs 2017-12-08 12:00:48 -08:00 committed by lguohan
parent e5898940a5
commit 6feff95197
2 changed files with 20 additions and 7 deletions

View File

@ -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"

@ -1 +1 @@
Subproject commit c9832d5e08351d2f661374f51cf81e60677d2f42
Subproject commit ff5a3b588cc7dbd763fb13c1125710134c8cdd12