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] Rename platform x86_64-mlnx_msn4800 to x86_64-nvidia_sn4800 #9512

Merged
merged 1 commit into from
Dec 15, 2021
Merged
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
1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn4800-r0/default_sku

This file was deleted.

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn4800_simx-r0/ACS-MSN4800

This file was deleted.

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn4800_simx-r0/default_sku

This file was deleted.

1 change: 0 additions & 1 deletion device/mellanox/x86_64-mlnx_msn4800_simx-r0/plugins

This file was deleted.

1 change: 1 addition & 0 deletions device/mellanox/x86_64-nvidia_sn4800-r0/default_sku
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ACS-SN4800 t1
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,17 @@ bus "i2c-5" "i2c-1-mux (chan_id 3)"
ignore curr4
bus "i2c-56" "i2c-1-mux (chan_id 6)"
chip "mp2975-i2c-*-6b"
label in1 "PMIC-6 PSU 12V Rail (in1)"
label in2 "PMIC-6 PSU 12V Rail (in2)"
label in3 "PMIC-6 COMEX 1.8V Rail (out1)"
label in4 "PMIC-6 COMEX 1.05V Rail (out2)"
label temp1 "PMIC-6 Temp 1"
label temp2 "PMIC-6 Temp 2"
label power1 "PMIC-6 COMEX 1.8V Rail Pwr (out1)"
label power2 "PMIC-6 COMEX 1.05V Rail Pwr (out2)"
label curr1 "PMIC-6 COMEX 1.8V Rail Curr (out1)"
label curr2 "PMIC-6 COMEX 1.05V Rail Curr (out2)"
label in1 "PMIC-6 PSU 12V Rail (vin)"
ignore in2
label in3 "PMIC-6 COMEX VCORE (out1)"
label in4 "PMIC-6 COMEX VCCSA (out2)"
label temp1 "PMIC-6 Temp"
label power1 "PMIC-6 COMEX Pwr (pin)"
label power2 "PMIC-6 COMEX VCORE Pwr (pout1)"
label power3 "PMIC-6 COMEX VCCSA Pwr (pout2)"
label curr1 "PMIC-6 COMEX Curr (iin)"
label curr2 "PMIC-6 COMEX VCORE Rail Curr (out1)"
label curr3 "PMIC-6 COMEX VCCSA Rail Curr (out2)"

# Power supplies
bus "i2c-4" "i2c-1-mux (chan_id 3)"
Expand Down
1 change: 1 addition & 0 deletions device/mellanox/x86_64-nvidia_sn4800_simx-r0/ACS-SN4800
1 change: 1 addition & 0 deletions device/mellanox/x86_64-nvidia_sn4800_simx-r0/default_sku
1 change: 1 addition & 0 deletions device/mellanox/x86_64-nvidia_sn4800_simx-r0/plugins
2 changes: 2 additions & 0 deletions platform/mellanox/asic_table.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
'x86_64-mlnx_msn4700-r0':'MELLANOX-SPECTRUM-3',
'x86_64-mlnx_msn4600c-r0':'MELLANOX-SPECTRUM-3',
'x86_64-mlnx_msn4600-r0':'MELLANOX-SPECTRUM-3',
'x86_64-nvidia_sn4800-r0':'MELLANOX-SPECTRUM-3',
'x86_64-nvidia_sn4800_simx-r0':'MELLANOX-SPECTRUM-3',
'x86_64-nvidia_sn2201-r0':'MELLANOX-SPECTRUM',
'vs-platform':'vs'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}
}
},
'x86_64-mlnx_msn4800-r0': {
'x86_64-nvidia_sn4800-r0': {
'thermal': {
"capability": {
"comex_amb": False
Expand Down