treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / ti-ads8688.txt
bloba02337d7efa447f46265dbd4a460e8c760ea45f5
1 * Texas Instruments' ADS8684 and ADS8688 ADC chip
3 Required properties:
4  - compatible: Should be "ti,ads8684" or "ti,ads8688"
5  - reg: spi chip select number for the device
7 Recommended properties:
8  - spi-max-frequency: Definition as per
9                 Documentation/devicetree/bindings/spi/spi-bus.txt
11 Optional properties:
12  - vref-supply: The regulator supply for ADC reference voltage
14 Example:
15 adc@0 {
16         compatible = "ti,ads8688";
17         reg = <0>;
18         vref-supply = <&vdd_supply>;
19         spi-max-frequency = <1000000>;