The Linux driver supports the INA3221 Triple Current/Power Monitor. The Linux driver supports communication through the I2C bus and interfaces with the Hardware Monitoring sub-system.
Linux Mainline StatusAvailable in Linux Main line: Yes
Available through git.ti.com: N/A
Supported Devices:Linux Source FilesThe files associated with this device are:
- drivers/hwmon/ina3221.c
- Documentation/devicetree/bindings/hwmon/ina3221.txt
- Documentation/hwmon/ina3221
Source Files drivers/hwmon/ina3221.c Linux Device Tree Documentation Documentation/devicetree/bindings/hwmon/ina3221.txt Other Files Documentation/hwmon/ina3221
Enabling Driver Support
Configure kernel with "make menuconfig" (alternatively use "make xconfig" or "make nconfig")
Menuconfig Location
Symbol: SENSORS_INA3221 [=y]Type : tristatePrompt: Texas Instruments INA3221 Triple Power Monitor Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) Defined at drivers/hwmon/Kconfig:1529 Depends on: HWMON [=y] && I2C [=y] Selects: REGMAP_I2C [=y]
Fixes and Code Enhancements