treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / stmpe-adc.txt
blob480e664226255634ea36082c7c48bcb335f6600f
1 STMPE ADC driver
2 ----------------
4 Required properties:
5  - compatible: "st,stmpe-adc"
7 Optional properties:
8 Note that the ADC is shared with the STMPE touchscreen. ADC related settings
9 have to be done in the mfd.
10 - st,norequest-mask: bitmask specifying which ADC channels should _not_ be
11   requestable due to different usage (e.g. touch)
13 Node name must be stmpe_adc and should be child node of stmpe node to
14 which it belongs.
16 Example:
18         stmpe_adc {
19                 compatible = "st,stmpe-adc";
20                 st,norequest-mask = <0x0F>; /* dont use ADC CH3-0 */
21         };