Skip to content

Commit a2367d0

Browse files
saiarcot895pull[bot]
authored andcommitted
Update sensor names for msn4600c for the 5.10 kernel (#11491)
* Update sensor names for msn4600c for the 5.10 kernel Looks like a sensor was removed in the 5.10 kernel for the tps53679 sensor, so the names/indexing has changed. Related to sonic-net/sonic-mgmt#4513. Signed-off-by: Saikrishna Arcot <[email protected]> * Update sensors file Signed-off-by: Saikrishna Arcot <[email protected]> Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent 52a5c06 commit a2367d0

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

device/mellanox/x86_64-mlnx_msn4600c-r0/sensors.conf

+18-16
Original file line numberDiff line numberDiff line change
@@ -129,27 +129,29 @@ bus "i2c-5" "i2c-1-mux (chan_id 4)"
129129

130130
bus "i2c-15" "i2c-1-mux (chan_id 6)"
131131
chip "tps53679-i2c-*-58"
132-
label in1 "PMIC-8 PSU 12V Rail (in1)"
133-
label in2 "PMIC-8 PSU 12V Rail (in2)"
134-
label in3 "PMIC-8 COMEX 1.8V Rail (out)"
135-
label in4 "PMIC-8 COMEX 1.05V Rail (out)"
132+
label in1 "PMIC-8 PSU 12V Rail (in)"
133+
label in2 "PMIC-8 COMEX 1.8V Rail (out)"
134+
label in3 "PMIC-8 COMEX 1.05V Rail (out)"
136135
label temp1 "PMIC-8 Temp 1"
137136
label temp2 "PMIC-8 Temp 2"
138-
label power1 "PMIC-8 COMEX 1.8V Rail Pwr (out)"
139-
label power2 "PMIC-8 COMEX 1.05V Rail Pwr (out)"
140-
label curr1 "PMIC-8 COMEX 1.8V Rail Curr (out)"
141-
label curr2 "PMIC-8 COMEX 1.05V Rail Curr (out)"
137+
ignore power1
138+
label power2 "PMIC-8 COMEX 1.8V Rail Pwr (out)"
139+
label power3 "PMIC-8 COMEX 1.05V Rail Pwr (out)"
140+
ignore curr1
141+
label curr2 "PMIC-8 COMEX 1.8V Rail Curr (out)"
142+
label curr3 "PMIC-8 COMEX 1.05V Rail Curr (out)"
142143
chip "tps53679-i2c-*-61"
143-
label in1 "PMIC-9 PSU 12V Rail (in1)"
144-
label in2 "PMIC-9 PSU 12V Rail (in2)"
145-
label in3 "PMIC-9 COMEX 1.2V Rail (out)"
146-
ignore in4
144+
label in1 "PMIC-9 PSU 12V Rail (in)"
145+
label in2 "PMIC-9 COMEX 1.2V Rail (out)"
146+
ignore in3
147147
label temp1 "PMIC-9 Temp 1"
148148
label temp2 "PMIC-9 Temp 2"
149-
label power1 "PMIC-9 COMEX 1.2V Rail Pwr (out)"
150-
ignore power2
151-
label curr1 "PMIC-9 COMEX 1.2V Rail Curr (out)"
152-
ignore curr2
149+
ignore power1
150+
label power2 "PMIC-9 COMEX 1.2V Rail Pwr (out)"
151+
ignore power3
152+
ignore curr1
153+
label curr2 "PMIC-9 COMEX 1.2V Rail Curr (out)"
154+
ignore curr3
153155

154156
# Power supplies
155157
bus "i2c-4" "i2c-1-mux (chan_id 3)"

0 commit comments

Comments
 (0)