[Mellanox] Fixes sensors labels for human readable output for MSN3420 (#5664)
Fixes sensors labels for human readable output for MSN3420 Signed-off-by: Shlomi Bitton <shlomibi@nvidia.com>
This commit is contained in:
parent
7ecc15e26d
commit
a5242a65dc
@ -21,28 +21,36 @@ bus "i2c-15" "i2c-1-mux (chan_id 6)"
|
||||
|
||||
# Power controllers
|
||||
bus "i2c-5" "i2c-1-mux (chan_id 4)"
|
||||
chip "tps53679-i2c-*-70"
|
||||
chip "xdpe12284-i2c-*-62"
|
||||
label in1 "PMIC-1 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-1 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-1 COMEX 1.8V Rail (out)"
|
||||
label in4 "PMIC-1 COMEX 1.05V Rail (out)"
|
||||
label in3 "PMIC-1 VCORE 0.8V Rail (out)"
|
||||
label in4 "PMIC-1 COMEX 1.2V Rail (out)"
|
||||
label temp1 "PMIC-1 Temp 1"
|
||||
label temp2 "PMIC-1 Temp 2"
|
||||
label power1 "PMIC-1 COMEX 1.8V Rail Pwr (out)"
|
||||
label power2 "PMIC-1 COMEX 1.05V Rail Pwr (out)"
|
||||
label curr1 "PMIC-1 COMEX 1.8V Rail Curr (out)"
|
||||
label curr2 "PMIC-1 COMEX 1.05V Rail Curr (out)"
|
||||
chip "tps53679-i2c-*-71"
|
||||
label power1 "PMIC-1 PSU 12V Rail Pwr (in1)"
|
||||
label power2 "PMIC-1 PSU 12V Rail Pwr (in2)"
|
||||
label power3 "PMIC-1 VCORE 0.8V Rail Pwr (out)"
|
||||
label power4 "PMIC-1 COMEX 1.2V Rail Pwr (out)"
|
||||
label curr1 "PMIC-1 PSU 12V Rail Curr (in1)"
|
||||
label curr2 "PMIC-1 PSU 12V Rail Curr (in2)"
|
||||
label curr3 "PMIC-1 VCORE 0.8V Rail Curr (out)"
|
||||
label curr4 "PMIC-1 COMEX 1.2V Rail Curr (out)"
|
||||
chip "xdpe12284-i2c-*-64"
|
||||
label in1 "PMIC-2 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-2 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-2 COMEX 1.8V Rail (out)"
|
||||
label in4 "PMIC-2 COMEX 1.05V Rail (out)"
|
||||
label in3 "PMIC-2 1.8V Rail (out)"
|
||||
ignore in4
|
||||
label temp1 "PMIC-2 Temp 1"
|
||||
label temp2 "PMIC-2 Temp 2"
|
||||
label power1 "PMIC-2 COMEX 1.8V Rail Pwr (out)"
|
||||
label power2 "PMIC-2 COMEX 1.05V Rail Pwr (out)"
|
||||
label curr1 "PMIC-2 COMEX 1.8V Rail Curr (out)"
|
||||
label curr2 "PMIC-2 COMEX 1.05V Rail Curr (out)"
|
||||
ignore temp2
|
||||
label power1 "PMIC-2 PSU 12V Rail Pwr (in1)"
|
||||
label power2 "PMIC-2 PSU 12V Rail Pwr (in2)"
|
||||
label power3 "PMIC-2 1.8V Rail Pwr (out)"
|
||||
ignore power4
|
||||
label curr1 "PMIC-2 PSU 12V Rail Curr (in1)"
|
||||
label curr2 "PMIC-2 PSU 12V Rail Curr (in2)"
|
||||
label curr3 "PMIC-2 1.8V Rail Curr (out)"
|
||||
ignore curr4
|
||||
|
||||
bus "i2c-15" "i2c-1-mux (chan_id 6)"
|
||||
chip "tps53679-i2c-*-58"
|
||||
@ -59,14 +67,14 @@ bus "i2c-15" "i2c-1-mux (chan_id 6)"
|
||||
chip "tps53679-i2c-*-61"
|
||||
label in1 "PMIC-4 PSU 12V Rail (in1)"
|
||||
label in2 "PMIC-4 PSU 12V Rail (in2)"
|
||||
label in3 "PMIC-4 COMEX 1.8V Rail (out)"
|
||||
label in4 "PMIC-4 COMEX 1.05V Rail (out)"
|
||||
label in3 "PMIC-4 COMEX 1.2V Rail (out)"
|
||||
ignore in4
|
||||
label temp1 "PMIC-4 Temp 1"
|
||||
label temp2 "PMIC-4 Temp 2"
|
||||
label power1 "PMIC-4 COMEX 1.8V Rail Pwr (out)"
|
||||
label power2 "PMIC-4 COMEX 1.05V Rail Pwr (out)"
|
||||
label curr1 "PMIC-4 COMEX 1.8V Rail Curr (out)"
|
||||
label curr2 "PMIC-4 COMEX 1.05V Rail Curr (out)"
|
||||
label power1 "PMIC-4 COMEX 1.2V Rail Pwr (out)"
|
||||
ignore power2
|
||||
label curr1 "PMIC-4 COMEX 1.2V Rail Curr (out)"
|
||||
ignore curr2
|
||||
|
||||
# Power supplies
|
||||
bus "i2c-4" "i2c-1-mux (chan_id 3)"
|
||||
|
Loading…
Reference in New Issue
Block a user