PSUSensor: Add new PMBUS chip TDA38640
Add PMBUS compatible TDA38640 to the supported devices.
The chip has been added to hwmon-next on Sun, 29 Jan 2023.
Change-Id: Ie095359fd9ce223b41eccbc639b67223671af733
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/src/PSUSensorMain.cpp b/src/PSUSensorMain.cpp
index bdedff8..a827a44 100644
--- a/src/PSUSensorMain.cpp
+++ b/src/PSUSensorMain.cpp
@@ -85,6 +85,7 @@
{"RAA229001", I2CDeviceType{"raa229001", true}},
{"RAA229004", I2CDeviceType{"raa229004", true}},
{"RAA229126", I2CDeviceType{"raa229126", true}},
+ {"TDA38640", I2CDeviceType{"tda38640", true}},
{"TPS53679", I2CDeviceType{"tps53679", true}},
{"TPS546D24", I2CDeviceType{"tps546d24", true}},
{"XDPE11280", I2CDeviceType{"xdpe11280", true}},