devices: add max31725
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia8b5acb49d03424548ed42559d4b6ea79e7a5ab2
diff --git a/include/devices.hpp b/include/devices.hpp
index 9a27091..b9aa4c8 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -57,6 +57,9 @@
{"PCA9546Mux",
ExportTemplate("pca9546 $Address",
"/sys/bus/i2c/devices/i2c-$Bus/new_device")},
+ {"MAX31725",
+ ExportTemplate("max31725 $Address",
+ "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
{"pmbus", ExportTemplate("pmbus $Address",
"/sys/bus/i2c/devices/i2c-$Bus/new_device")},
{"TMP75", ExportTemplate("tmp75 $Address",