devices: add PIC32 support
Add PIC32 into supported devices list. This is a PDB
controller that is used to control Fans on PDB.
Tested: tested on a machine. Driver is loaded successfully.
Change-Id: I27d4ba4a345ac7dbc57f1402c45c302a6f6f653e
Signed-off-by: Saitwal, Meghan <meghan.saitwal@intel.com>
diff --git a/src/devices.hpp b/src/devices.hpp
index c7ac969..73e9582 100644
--- a/src/devices.hpp
+++ b/src/devices.hpp
@@ -260,6 +260,9 @@
ExportTemplate("max31790 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
"new_device", "delete_device",
createsHWMon::hasHWMonDir)},
+ {"PIC32", ExportTemplate("pic32 $Address",
+ "/sys/bus/i2c/devices/i2c-$Bus", "new_device",
+ "delete_device", createsHWMon::hasHWMonDir)},
{"ADM1293",
ExportTemplate("adm1293 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
"new_device", "delete_device",