hwmontempsensor: Add NCT6779 to sensorTypes
This is a Nuvoton Super I/O chip supported by the nct6775-i2c driver
recently added to the Linux kernel, and employed in systems such as the
ASRock Rack romed8hm3, in which it provides the only way for the BMC to
monitor host CPU temperatures.
Tested: on an ASRock Rack romed8hm3 with an entity-manager config
modified to include an nct6779 entry, hwmontempsensor exposes sensor
readings from it appropriately (though support for handling host
power-state transitions is yet to be implemented and will be required
for full support, because the nct6779 is in the same power domain as the
host).
Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: I562c276f58c2c738ab61cacaa07c819208142249
diff --git a/src/HwmonTempMain.cpp b/src/HwmonTempMain.cpp
index 8df8a8c..aea29ab 100644
--- a/src/HwmonTempMain.cpp
+++ b/src/HwmonTempMain.cpp
@@ -63,6 +63,7 @@
"xyz.openbmc_project.Configuration.MAX6581",
"xyz.openbmc_project.Configuration.MAX6654",
"xyz.openbmc_project.Configuration.NCT7802",
+ "xyz.openbmc_project.Configuration.NCT6779",
"xyz.openbmc_project.Configuration.SBTSI",
"xyz.openbmc_project.Configuration.SI7020",
"xyz.openbmc_project.Configuration.TMP112",