HwmonTemp: add TMP468 support
Tested:
Verified that HwmonTempSensor generates the TMP468 dbus object.
Change-Id: Ida22cb6050a510563c490246277f277c989a46eb
Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com>
diff --git a/src/HwmonTempMain.cpp b/src/HwmonTempMain.cpp
index 956e9e5..f7ccb4f 100644
--- a/src/HwmonTempMain.cpp
+++ b/src/HwmonTempMain.cpp
@@ -94,6 +94,7 @@
{"TMP441", I2CDeviceType{"tmp441", true}},
{"TMP461", I2CDeviceType{"tmp461", true}},
{"TMP464", I2CDeviceType{"tmp464", true}},
+ {"TMP468", I2CDeviceType{"tmp468", true}},
{"TMP75", I2CDeviceType{"tmp75", true}},
{"W83773G", I2CDeviceType{"w83773g", true}},
};