Skip to content

Commit

Permalink
hw-mgmt: scripts: Update attribute sync service
Browse files Browse the repository at this point in the history
Add asic1 thermal attributes

Signed-off-by: Felix Radensky <fradensky@nvidia.com>
  • Loading branch information
felixradensky committed Jul 10, 2024
1 parent 048736d commit 5edc235
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions usr/usr/bin/hw_management_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
"fn": "asic_temp_populate",
"arg" : ["asic"],
"poll": 3, "ts": 0},
{"fin": "/sys/module/sx_core/asic0/temperature/input",
"fn": "asic_temp_populate",
"arg" : ["asic1"],
"poll": 3, "ts": 0},
{"fin": "/sys/module/sx_core/asic1/temperature/input",
"fn": "asic_temp_populate",
"arg" : ["asic2"],
Expand Down Expand Up @@ -204,6 +208,10 @@
"fn": "asic_temp_populate",
"arg" : ["asic"],
"poll": 3, "ts": 0},
{"fin": "/sys/module/sx_core/asic0/temperature/input",
"fn": "asic_temp_populate",
"arg" : ["asic1"],
"poll": 3, "ts": 0},
{"fin": "/sys/module/sx_core/asic1/temperature/input",
"fn": "asic_temp_populate",
"arg" : ["asic2"],
Expand Down

0 comments on commit 5edc235

Please sign in to comment.