Skip to content

Commit 6feff95

Browse files
Travis Szucslguohan
Travis Szucs
authored andcommitted
[device/arista]: Add MAX6697 sensor for Arista 7060CX-32S (#1210)
1 parent e589894 commit 6feff95

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

device/arista/x86_64-arista_7060_cx32s/sensors.conf

+19-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,25 @@ bus "i2c-7" "SCD SMBus master 0 bus 5"
1111
chip "k10temp-pci-00c3"
1212
label temp1 "Cpu temp sensor"
1313

14-
# missing support for
15-
# chip "max6697-i2c-2-1a"
16-
# board sensor 65 75
17-
# (1) switch chip left sensor 95 105
18-
# (5) switch chip right sensor 95 105
19-
# (6) front panel temp sensor 65 75
14+
chip "max6697-i2c-2-1a"
15+
label temp1 "Board sensor"
16+
set temp1_max 95
17+
18+
label temp2 "Switch chip left sensor"
19+
set temp2_max 95
20+
set temp2_crit 105
21+
22+
ignore temp3
23+
ignore temp4
24+
ignore temp5
25+
26+
label temp6 "Switch chip right sensor"
27+
set temp6_max 95
28+
set temp6_crit 105
29+
30+
label temp7 "Front panel temp sensor"
31+
set temp7_max 65
32+
set temp7_crit 75
2033

2134
chip "max6658-i2c-3-4c"
2235
label temp1 "Cpu board temp sensor"

src/sonic-linux-kernel

0 commit comments

Comments
 (0)