PSUSensor: add mp2856/mp2867 support
Add support for MPS Multi-phase mp2856/mp2857 controller.
The driver is applied in linux-staging.git.
Link: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/commit/?h=hwmon-next&id=db79be9d970740b2310b1eece69c34bcea06c340
Change-Id: I0d8e6222c70e8f7de749bdccb74d3eab93b46871
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index 3f66a90..0f33a5d 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -80,6 +80,8 @@
{"MAX20734", I2CDeviceType{"max20734", true}},
{"MAX20796", I2CDeviceType{"max20796", true}},
{"MAX34451", I2CDeviceType{"max34451", true}},
+ {"MP2856", I2CDeviceType{"mp2856", true}},
+ {"MP2857", I2CDeviceType{"mp2857", true}},
{"MP2971", I2CDeviceType{"mp2971", true}},
{"MP2973", I2CDeviceType{"mp2973", true}},
{"MP2975", I2CDeviceType{"mp2975", true}},