treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / ltc2497.txt
bloba237ed99c0d8d5041a4105b80a8d2523e37bc4b7
1 * Linear Technology / Analog Devices LTC2497 ADC
3 Required properties:
4  - compatible: Must be "lltc,ltc2497"
5  - reg: Must contain the ADC I2C address
6  - vref-supply: The regulator supply for ADC reference voltage
8 Example:
9         ltc2497: adc@76 {
10                 compatible = "lltc,ltc2497";
11                 reg = <0x76>;
12                 vref-supply = <&ltc2497_reg>;
13         };