devices: add MP2975 support
Add support for Monolithic Power Systems, Inc. (MPS) vendor dual-loop,
digital, multi-phase controller MP2975.
Tested: tested on a custom board similar to Wilson City RVP. Driver is
loaded sucessfully.
Change-Id: I3f6e5faf7933ab8f96f36bb62d236e88e69f9696
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/src/devices.hpp b/src/devices.hpp
index 73e9582..b6cd6ea 100644
--- a/src/devices.hpp
+++ b/src/devices.hpp
@@ -294,5 +294,9 @@
{"MP2973",
ExportTemplate("mp2973 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
"new_device", "delete_device",
+ createsHWMon::hasHWMonDir)},
+ {"MP2975",
+ ExportTemplate("mp2975 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
+ "new_device", "delete_device",
createsHWMon::hasHWMonDir)}}};
} // namespace devices