Skip to content

Commit 05cc8f9

Browse files
[Mellanox] Fix issue: SN4600C has 4 CPU core temperature sensors (#9930)
- Why I did it platform.json of 4600C only has 2 CPU core thermal sensors, but there are 4 actually - How I did it Added thermal sensors for CPU core 2 and core 3. - How to verify it Build.
1 parent 4361224 commit 05cc8f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

device/mellanox/x86_64-mlnx_msn4600c-r0/platform.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
{
9696
"name": "CPU Core 1 Temp"
9797
},
98+
{
99+
"name": "CPU Core 2 Temp"
100+
},
101+
{
102+
"name": "CPU Core 3 Temp"
103+
},
98104
{
99105
"name": "CPU Pack Temp"
100106
}

0 commit comments

Comments
 (0)