treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / chemical / atlas,ec-sm.txt
blobf4320595b851755977a8c8b2f4b6637aa20efb18
1 * Atlas Scientific EC-SM OEM sensor
3 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf
5 Required properties:
7   - compatible: must be "atlas,ec-sm"
8   - reg: the I2C address of the sensor
9   - interrupts: the sole interrupt generated by the device
11   Refer to interrupt-controller/interrupts.txt for generic interrupt client
12   node bindings.
14 Example:
16 atlas@64 {
17         compatible = "atlas,ec-sm";
18         reg = <0x64>;
19         interrupt-parent = <&gpio1>;
20         interrupts = <16 2>;