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 authored and yyehudai committed Jul 10, 2024
1 parent 5cddb10 commit 854ad77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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

0 comments on commit 854ad77

Please sign in to comment.