treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / dac / ti,dac5571.txt
blob03af6b9a4d07c1434eb45e34eb1b5de19df8231c
1 * Texas Instruments DAC5571 Family
3 Required properties:
4  - compatible: Should contain
5     "ti,dac5571"
6     "ti,dac6571"
7     "ti,dac7571"
8     "ti,dac5574"
9     "ti,dac6574"
10     "ti,dac7574"
11     "ti,dac5573"
12     "ti,dac6573"
13     "ti,dac7573"
14  - reg: Should contain the DAC I2C address
16 Optional properties:
17  - vref-supply: The regulator supply for DAC reference voltage
19 Example:
20 dac@0 {
21         compatible = "ti,dac5571";
22         reg = <0x4C>;
23         vref-supply = <&vdd_supply>;