ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / ina2xx.txt
blob02af0d94e9217d19e8bbec945ec10e338b6eeafd
1 ina2xx properties
3 Required properties:
4 - compatible: Must be one of the following:
5         - "ti,ina209" for ina209
6         - "ti,ina219" for ina219
7         - "ti,ina220" for ina220
8         - "ti,ina226" for ina226
9         - "ti,ina230" for ina230
10         - "ti,ina231" for ina231
11 - reg: I2C address
13 Optional properties:
15 - shunt-resistor
16         Shunt resistor value in micro-Ohm
18 Example:
20 ina220@44 {
21         compatible = "ti,ina220";
22         reg = <0x44>;
23         shunt-resistor = <1000>;