Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / adc / cpcap-adc.txt
1 Motorola CPCAP PMIC ADC binding
2
3 Required properties:
4 - compatible: Should be "motorola,cpcap-adc" or "motorola,mapphone-cpcap-adc"
5 - interrupts: The interrupt number for the ADC device
6 - interrupt-names: Should be "adcdone"
7 - #io-channel-cells: Number of cells in an IIO specifier
8
9 Example:
10
11 cpcap_adc: adc {
12         compatible = "motorola,mapphone-cpcap-adc";
13         interrupt-parent = <&cpcap>;
14         interrupts = <8 IRQ_TYPE_NONE>;
15         interrupt-names = "adcdone";
16         #io-channel-cells = <1>;
17 };