psusensor: Added support for LM5066I

Add sensor type LM5066I[1] for hotswap controller monitoring.

[1] https://github.com/openbmc/linux/commit/5783ec2e5c102a6a04d17e07bd9d008a464ed9bc

Change-Id: Ia1163f28c296ada84fd44ea2071da5c2a837a4b3
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
diff --git a/src/psu/PSUSensorMain.cpp b/src/psu/PSUSensorMain.cpp
index 41072bf..51d9d78 100644
--- a/src/psu/PSUSensorMain.cpp
+++ b/src/psu/PSUSensorMain.cpp
@@ -97,6 +97,7 @@
     {"ISL69243", I2CDeviceType{"isl69243", true}},
     {"ISL69260", I2CDeviceType{"isl69260", true}},
     {"LM25066", I2CDeviceType{"lm25066", true}},
+    {"LM5066I", I2CDeviceType{"lm5066i", true}},
     {"LTC2945", I2CDeviceType{"ltc2945", true}},
     {"LTC4286", I2CDeviceType{"ltc4286", true}},
     {"LTC4287", I2CDeviceType{"ltc4287", true}},