ina2xx.rst (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) ina2xx.rst (f6aed68e8a2a646c78801f6c545f9c4db2f4e610)
1Kernel driver ina2xx
2====================
3
4Supported chips:
5
6 * Texas Instruments INA219
7
8

--- 60 unchanged lines hidden (view full) ---

69The INA226 monitors both a shunt voltage drop and bus supply voltage.
70
71INA230 and INA231 are high or low side current shunt and power monitors
72with an I2C interface. The chips monitor both a shunt voltage drop and
73bus supply voltage.
74
75The shunt value in micro-ohms can be set via platform data or device tree at
76compile-time or via the shunt_resistor attribute in sysfs at run-time. Please
1Kernel driver ina2xx
2====================
3
4Supported chips:
5
6 * Texas Instruments INA219
7
8

--- 60 unchanged lines hidden (view full) ---

69The INA226 monitors both a shunt voltage drop and bus supply voltage.
70
71INA230 and INA231 are high or low side current shunt and power monitors
72with an I2C interface. The chips monitor both a shunt voltage drop and
73bus supply voltage.
74
75The shunt value in micro-ohms can be set via platform data or device tree at
76compile-time or via the shunt_resistor attribute in sysfs at run-time. Please
77refer to the Documentation/devicetree/bindings/hwmon/ina2xx.txt for bindings
77refer to the Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml for bindings
78if the device tree is used.
79
80Additionally ina226 supports update_interval attribute as described in
81Documentation/hwmon/sysfs-interface.rst. Internally the interval is the sum of
82bus and shunt voltage conversion times multiplied by the averaging rate. We
83don't touch the conversion times and only modify the number of averages. The
84lower limit of the update_interval is 2 ms, the upper limit is 2253 ms.
85The actual programmed interval may vary from the desired value.

--- 38 unchanged lines hidden ---
78if the device tree is used.
79
80Additionally ina226 supports update_interval attribute as described in
81Documentation/hwmon/sysfs-interface.rst. Internally the interval is the sum of
82bus and shunt voltage conversion times multiplied by the averaging rate. We
83don't touch the conversion times and only modify the number of averages. The
84lower limit of the update_interval is 2 ms, the upper limit is 2253 ms.
85The actual programmed interval may vary from the desired value.

--- 38 unchanged lines hidden ---