Message ID | 1393970751-18157-7-git-send-email-sre@debian.org |
---|---|
State | Superseded, archived |
Headers | show |
On 04/03/14 22:05, Sebastian Reichel wrote: > Add devicetree binding documentation for twl4030-madc > analog digital converter. > > Signed-off-by: Sebastian Reichel <sre@debian.org> I'm happy with this, but it needs the usual sign off form a device tree maintainer or 3 weeks to pass since it was posted. Acked-by: Jonathan Cameron <jic23@kernel.org> > --- > .../devicetree/bindings/iio/adc/twl4030-madc.txt | 24 ++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt > > diff --git a/Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt b/Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt > new file mode 100644 > index 0000000..6bdd214 > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt > @@ -0,0 +1,24 @@ > +* TWL4030 Monitoring Analog to Digital Converter (MADC) > + > +The MADC subsystem in the TWL4030 consists of a 10-bit ADC > +combined with a 16-input analog multiplexer. > + > +Required properties: > + - compatible: Should contain "ti,twl4030-madc". > + - interrupts: IRQ line for the MADC submodule. > + - #io-channel-cells: Should be set to <1>. > + > +Optional properties: > + - ti,system-uses-second-madc-irq: boolean, set if the second madc irq register > + should be used, which is intended to be used > + by Co-Processors (e.g. a modem). > + > +Example: > + > +&twl { > + madc { > + compatible = "ti,twl4030-madc"; > + interrupts = <3>; > + #io-channel-cells = <1>; > + }; > +}; > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt b/Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt new file mode 100644 index 0000000..6bdd214 --- /dev/null +++ b/Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt @@ -0,0 +1,24 @@ +* TWL4030 Monitoring Analog to Digital Converter (MADC) + +The MADC subsystem in the TWL4030 consists of a 10-bit ADC +combined with a 16-input analog multiplexer. + +Required properties: + - compatible: Should contain "ti,twl4030-madc". + - interrupts: IRQ line for the MADC submodule. + - #io-channel-cells: Should be set to <1>. + +Optional properties: + - ti,system-uses-second-madc-irq: boolean, set if the second madc irq register + should be used, which is intended to be used + by Co-Processors (e.g. a modem). + +Example: + +&twl { + madc { + compatible = "ti,twl4030-madc"; + interrupts = <3>; + #io-channel-cells = <1>; + }; +};
Add devicetree binding documentation for twl4030-madc analog digital converter. Signed-off-by: Sebastian Reichel <sre@debian.org> --- .../devicetree/bindings/iio/adc/twl4030-madc.txt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt