Skip to content

Commit d9c845f

Browse files
committed
[Mellanox] Update SN5600 sensors.conf and pcie.yaml files (sonic-net#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 <kebol@nvidia.com>
1 parent 97cdb6a commit d9c845f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

device/mellanox/x86_64-nvidia_sn5600-r0/pcie.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@
8080
id: a340
8181
name: 'PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev
8282
f0)'
83-
- bus: '00'
84-
dev: 1b
85-
fn: '2'
86-
id: a342
87-
name: 'PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #19 (rev
88-
f0)'
8983
- bus: '00'
9084
dev: 1b
9185
fn: '4'
@@ -143,4 +137,9 @@
143137
fn: '6'
144138
id: 15bb
145139
name: 'Ethernet controller: Intel Corporation Ethernet Connection (7) I219-LM (rev
146-
10)'
140+
10)'
141+
- bus: '01'
142+
dev: '00'
143+
fn: '0'
144+
id: cf80
145+
name: 'Ethernet controller: Mellanox Technologies Spectrum-4'

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ chip "mp2975-i2c-*-6a"
160160
ignore curr4
161161
ignore curr5
162162
ignore curr6
163-
chip "mp2975-i2c-*-6b"
163+
chip "mp2975-i2c-*-6c"
164164
label in1 "PMIC-10 PSU 13V5 Rail (in1)"
165165
label in2 "PMIC-10 HVDD_T03 1V2 Rail (out1)"
166166
label in3 "PMIC-10 HVDD_T47 1V2 Rail (out2)"
@@ -198,7 +198,7 @@ chip "mp2975-i2c-*-6e"
198198

199199
# Power supplies
200200

201-
chip "dps460-i2c-*-5a"
201+
chip "dps460-i2c-*-59"
202202
label in1 "PSU-1(L) 220V Rail (in)"
203203
ignore in2
204204
label in3 "PSU-1(L) 12V Rail (out)"
@@ -210,7 +210,8 @@ chip "dps460-i2c-*-5a"
210210
label power2 "PSU-1(L) 12V Rail Pwr (out)"
211211
label curr1 "PSU-1(L) 220V Rail Curr (in)"
212212
label curr2 "PSU-1(L) 12V Rail Curr (out)"
213-
chip "dps460-i2c-*-59"
213+
set power2_cap 0
214+
chip "dps460-i2c-*-5a"
214215
label in1 "PSU-2(R) 220V Rail (in)"
215216
ignore in2
216217
label in3 "PSU-2(R) 12V Rail (out)"
@@ -229,8 +230,8 @@ chip "pmbus-i2c-*-10"
229230
ignore in2
230231
ignore in3
231232
label temp1 "IBC-1 Temp 1"
232-
label curr1 "IBC-1 13V5 Rail Curr (out)"
233-
ignore curr2
233+
ignore curr1
234+
label curr2 "IBC-1 13V5 Rail Curr (out)"
234235
chip "pmbus-i2c-*-11"
235236
label in1 "IBC-2 PWR CONV 54V Rail (in1)"
236237
ignore in2

0 commit comments

Comments
 (0)