[barefoot][device] Enable thermalctld (#7005)

Enable thermalctld on Barefoot platforms

Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com>
This commit is contained in:
Volodymyr Boiko 2021-03-12 21:51:45 +02:00 committed by GitHub
parent 8c176064ac
commit b60d1fc526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"skip_pcied": false,
"skip_fancontrol": true,
"skip_thermalctld": true,
"skip_thermalctld": false,
"skip_ledd": true,
"skip_xcvrd": false,
"skip_psud": false,

View File

@ -1,7 +1,7 @@
{
"skip_pcied": false,
"skip_fancontrol": true,
"skip_thermalctld": true,
"skip_thermalctld": false,
"skip_ledd": true,
"skip_xcvrd": false,
"skip_psud": false,

View File

@ -1,7 +1,7 @@
{
"skip_pcied": true,
"skip_fancontrol": true,
"skip_thermalctld": true,
"skip_thermalctld": false,
"skip_ledd": true,
"skip_xcvrd": false,
"skip_psud": false,