Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / iio / potentiostat / lmp91000.txt
blobb9b621e94cd7d0694bbc24a42d1d2a179f37f22e
1 * Texas Instruments LMP91000 potentiostat
3 http://www.ti.com/lit/ds/symlink/lmp91000.pdf
5 Required properties:
7   - compatible: should be "ti,lmp91000"
8   - reg: the I2C address of the device
9   - io-channels: the phandle of the iio provider
11   - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this
12     needs to be set to signal that an external resistor value is being used.
14 Optional properties:
16   - ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance
17     amplifier. Must be 2750, 3500, 7000, 14000, 35000, 120000, or 350000 ohms.
19   - ti,rload-ohm: ohm value of the internal resistor load applied to the gas
20     sensor. Must be 10, 33, 50, or 100 (default) ohms.
22 Example:
24 lmp91000@48 {
25         compatible = "ti,lmp91000";
26         reg = <0x48>;
27         ti,tia-gain-ohm = <7500>;
28         ti,rload = <100>;
29         io-channels = <&adc>;