treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / chemical / atlas,ph-sm.txt
blob79d90f0603271bb2be167c59002f7d3218f6b68a
1 * Atlas Scientific pH-SM OEM sensor
3 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf
5 Required properties:
7   - compatible: must be "atlas,ph-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@65 {
17         compatible = "atlas,ph-sm";
18         reg = <0x65>;
19         interrupt-parent = <&gpio1>;
20         interrupts = <16 2>;