Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mellanox] Update SN5600 sensors.conf and pcie.yaml files (#14883) - Why I did it Update the sensors.conf and pcie.yaml according to the real hardware. - How I did it Update the sensors.conf and pcie.yaml - How to verify it run relevant sonic-mgmt test cases. Signed-off-by: Kebo Liu <[email protected]> #52

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions device/mellanox/x86_64-nvidia_sn5600-r0/pcie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@
id: a340
name: 'PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev
f0)'
- bus: '00'
dev: 1b
fn: '2'
id: a342
name: 'PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #19 (rev
f0)'
- bus: '00'
dev: 1b
fn: '4'
Expand Down Expand Up @@ -143,4 +137,9 @@
fn: '6'
id: 15bb
name: 'Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev
10)'
10)'
- bus: '01'
dev: '00'
fn: '0'
id: cf80
name: 'Ethernet controller: Mellanox Technologies Spectrum-4'
11 changes: 6 additions & 5 deletions device/mellanox/x86_64-nvidia_sn5600-r0/sensors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ chip "mp2975-i2c-*-6a"
ignore curr4
ignore curr5
ignore curr6
chip "mp2975-i2c-*-6b"
chip "mp2975-i2c-*-6c"
label in1 "PMIC-10 PSU 13V5 Rail (in1)"
label in2 "PMIC-10 HVDD_T03 1V2 Rail (out1)"
label in3 "PMIC-10 HVDD_T47 1V2 Rail (out2)"
Expand Down Expand Up @@ -198,7 +198,7 @@ chip "mp2975-i2c-*-6e"

# Power supplies

chip "dps460-i2c-*-5a"
chip "dps460-i2c-*-59"
label in1 "PSU-1(L) 220V Rail (in)"
ignore in2
label in3 "PSU-1(L) 12V Rail (out)"
Expand All @@ -210,7 +210,8 @@ chip "dps460-i2c-*-5a"
label power2 "PSU-1(L) 12V Rail Pwr (out)"
label curr1 "PSU-1(L) 220V Rail Curr (in)"
label curr2 "PSU-1(L) 12V Rail Curr (out)"
chip "dps460-i2c-*-59"
set power2_cap 0
chip "dps460-i2c-*-5a"
label in1 "PSU-2(R) 220V Rail (in)"
ignore in2
label in3 "PSU-2(R) 12V Rail (out)"
Expand All @@ -229,8 +230,8 @@ chip "pmbus-i2c-*-10"
ignore in2
ignore in3
label temp1 "IBC-1 Temp 1"
label curr1 "IBC-1 13V5 Rail Curr (out)"
ignore curr2
ignore curr1
label curr2 "IBC-1 13V5 Rail Curr (out)"
chip "pmbus-i2c-*-11"
label in1 "IBC-2 PWR CONV 54V Rail (in1)"
ignore in2
Expand Down