devices: add ISL68220 support
This is a PMBus power-management voltage regulator employed
in a variety of systems. The Linux hwmon subsystem includes
a driver for it that exposes current, voltage, power and
temperature readings.
Tested: on an machine, sensor readings appear on
dbus via the psusensor daemon as expected.
Signed-off-by: Yung Sheng Huang <yung-sheng.huang@fii-na.com>
Change-Id: Iba195260e68052a92fbf5b40fc730d111e4b2f4d
diff --git a/include/devices.hpp b/include/devices.hpp
index 4ac57ea..7d50614 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -107,6 +107,9 @@
{"ISL68137",
ExportTemplate("isl68137 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
"new_device", "delete_device", true)},
+ {"ISL68220",
+ ExportTemplate("isl68220 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
+ "new_device", "delete_device", true)},
{"ISL69225",
ExportTemplate("isl69225 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
"new_device", "delete_device", true)},