sensors: Add support for ISL69225 sensor for dbus-sensors

Add sensor ISL69225 to `sensorTypes` and `pmbusNames`

Tested: Was able to create ISL69225 devices
Signed-off-by: Khang Kieu <khangk@google.com>
Change-Id: I2f3121baab7cf85261bfd57e33a54328eec5ce57
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index 28d37ff..bc5f347 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -52,6 +52,7 @@
      "xyz.openbmc_project.Configuration.ISL68137",
      "xyz.openbmc_project.Configuration.ISL68220",
      "xyz.openbmc_project.Configuration.ISL68223",
+     "xyz.openbmc_project.Configuration.ISL68225",
      "xyz.openbmc_project.Configuration.ISL69243",
      "xyz.openbmc_project.Configuration.ISL69260",
      "xyz.openbmc_project.Configuration.LM25066",
@@ -83,6 +84,7 @@
     "isl68137",
     "isl68220",
     "isl68223",
+    "isl69225",
     "isl69243",
     "isl69260",
     "lm25066",