[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.
This commit is contained in:
Родитель
4361224686
Коммит
05cc8f9df2
|
@ -95,6 +95,12 @@
|
|||
{
|
||||
"name": "CPU Core 1 Temp"
|
||||
},
|
||||
{
|
||||
"name": "CPU Core 2 Temp"
|
||||
},
|
||||
{
|
||||
"name": "CPU Core 3 Temp"
|
||||
},
|
||||
{
|
||||
"name": "CPU Pack Temp"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче