Skip to content

Commit

Permalink
DARWIN48V: add PCH_THERMAL device
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcalabrigo committed Oct 15, 2024
1 parent 738a768 commit 0f3c4ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fboss/platform/configs/darwin48v/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@
{
"pmUnitScopedName": "CPU_CORE_TEMP",
"sysfsPath": "/sys/bus/platform/devices/coretemp.0"
},
{
"pmUnitScopedName": "PCH_THERMAL",
"sysfsPath": "/sys/devices/virtual/thermal/thermal_zone0"
}
]
},
Expand Down Expand Up @@ -409,6 +413,7 @@
"/run/devmap/sensors/SC_TH3_ANLG_IR35223": "/[SC_TH3_ANLG_IR35223]",
"/run/devmap/sensors/SC_QSFPDD_IR35223": "/[SC_QSFPDD_IR35223]",
"/run/devmap/sensors/CPU_CORE_TEMP": "/[CPU_CORE_TEMP]",
"/run/devmap/sensors/PCH_THERMAL": "/[PCH_THERMAL]",
"/run/devmap/flashes/SCD_SPI_MASTER_DEVICE1": "/[SCD_SPI_MASTER_DEVICE1]",
"/run/devmap/eeproms/RACKMON_EEPROM": "/RACKMON_SLOT@0/[IDPROM]",
"/run/devmap/sensors/FS_FAN_SLG4F4527": "/RACKMON_SLOT@0/[FS_FAN_SLG4F4527]",
Expand Down

0 comments on commit 0f3c4ad

Please sign in to comment.