psusensors: add adm1272, raa228228

added driver support for adm1272, raa228228.

Tested: tested on target platform and was able to show values read from
hwmon/sysfs matched what was being published on dbus.

Signed-off-by: Jason Ling <jasonling@google.com>
Change-Id: I28a70e50fb2c07ea178e97f496b9b52bf81b7ffc
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index a011e49..6338ffe 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -51,8 +51,8 @@
     "xyz.openbmc_project.Configuration.pmbus"};
 
 static std::vector<std::string> pmbusNames = {
-    "isl68137", "ina219",   "ina230",   "max16601", "max20730",
-    "max20734", "max20796", "max34451", "pmbus",    "pxe1610"};
+    "adm1272",  "isl68137", "ina219",   "ina230", "max16601", "max20730",
+    "max20734", "max20796", "max34451", "pmbus",  "pxe1610",  "raa228228"};
 
 namespace fs = std::filesystem;