treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / max11100.txt
blobb7f7177b8aca01d69cada63c57e72dbf972904aa
1 * Maxim max11100 Analog to Digital Converter (ADC)
3 Required properties:
4   - compatible: Should be "maxim,max11100"
5   - reg: the adc unit address
6   - vref-supply: phandle to the regulator that provides reference voltage
8 Optional properties:
9   - spi-max-frequency: SPI maximum frequency
11 Example:
13 max11100: adc@0 {
14         compatible = "maxim,max11100";
15         reg = <0>;
16         vref-supply = <&adc0_vref>;
17         spi-max-frequency = <240000>;