Searched hist:"445 efe3393f42f1103c96c41f147a850cc06e871" (Results 1 – 1 of 1) sorted by relevance
/openbmc/dbus-sensors/service_files/ |
H A D | xyz.openbmc_project.mcutempsensor.service | 445efe3393f42f1103c96c41f147a850cc06e871 Fri Jun 14 09:58:32 CDT 2019 Yuan Li <yuan.li@linux.intel.com> Support temp sensor on MCU which is available from I2C
Chassis MCU exposes register to report temperature for the peripheral board. The MCU access is configurable as below: { "Bus": $bus, "Address": "0xAA", "Reg": "0xBB", "Class": "MCUTemp", "Name": "MCU Temp", "Thresholds": [ xxx ] "Type": "MCUTempSensor" }
Tested: The below interface was found under temperature sensor namespace: └─/xyz/openbmc_project/sensors/temperature/MCU_Temp
Run ipmitool sensor and check below from list: MCU Temp | 30.175 | degrees C | cr | na | 0.000 | 5.000 | 110.000 | 115.000 | na
Change-Id: I8d54455ccc39ea4f60a5b4aee5c68be092d39a72 Signed-off-by: Yuan Li <yuan.li@linux.intel.com>
|