[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:
Junchao-Mellanox 2022-02-09 19:26:40 +08:00 коммит произвёл GitHub
Родитель 4361224686
Коммит 05cc8f9df2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -95,6 +95,12 @@
{
"name": "CPU Core 1 Temp"
},
{
"name": "CPU Core 2 Temp"
},
{
"name": "CPU Core 3 Temp"
},
{
"name": "CPU Pack Temp"
}