Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[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 - interrupt-parent: The interrupt controller
6 - interrupts: The interrupt number for the ADC device
7 - interrupt-names: Should be "adcdone"
8 - #io-channel-cells: Number of cells in an IIO specifier
9
10 Example:
11
12 cpcap_adc: adc {
13         compatible = "motorola,mapphone-cpcap-adc";
14         interrupt-parent = <&cpcap>;
15         interrupts = <8 IRQ_TYPE_NONE>;
16         interrupt-names = "adcdone";
17         #io-channel-cells = <1>;
18 };