PSUSensor: Add support for MP2975 sensor

Add support for Monolithic Power Systems, Inc. (MPS) vendor dual-loop,
digital, multi-phase controller MP2975.

Tested: sensor data is correctly displayed in webui-vue

Change-Id: I8c2757d5304341ddd276149ae2a05efc74f248a2
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index b5af176..b7067e4 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -47,9 +47,9 @@
      "ISL68137",  "ISL68220",    "ISL68223",  "ISL69225",  "ISL69243",
      "ISL69260",  "LM25066",     "MAX16601",  "MAX20710",  "MAX20730",
      "MAX20734",  "MAX20796",    "MAX34451",  "MP2971",    "MP2973",
-     "MP5023",    "PLI1209BC",   "pmbus",     "PXE1610",   "RAA228000",
-     "RAA228228", "RAA228620",   "RAA229001", "RAA229004", "RAA229126",
-     "TPS53679",  "TPS546D24",   "XDPE11280", "XDPE12284"})};
+     "MP2975",    "MP5023",      "PLI1209BC", "pmbus",     "PXE1610",
+     "RAA228000", "RAA228228",   "RAA228620", "RAA229001", "RAA229004",
+     "RAA229126", "TPS53679",    "TPS546D24", "XDPE11280", "XDPE12284"})};
 
 // clang-format off
 static constexpr auto pmbusNames{std::to_array<const char*>({
@@ -83,6 +83,7 @@
     "max34451",
     "mp2971",
     "mp2973",
+    "mp2975",
     "mp5023",
     "pli1209bc",
     "pmbus",