From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [RFCv4 6/7] Documentation: DT: Document twl4030-madc binding Date: Sat, 01 Mar 2014 11:50:22 +0000 Message-ID: <5311C97E.5070307@kernel.org> References: <1393374270-20079-1-git-send-email-sre@debian.org> <1393444990-28140-1-git-send-email-sre@debian.org> <1393444990-28140-7-git-send-email-sre@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1393444990-28140-7-git-send-email-sre-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Reichel , Sebastian Reichel , Marek Belisko Cc: Lee Jones , Samuel Ortiz , Lars-Peter Clausen , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 26/02/14 20:03, Sebastian Reichel wrote: > Add devicetree binding documentation for twl4030-madc > analog digital converter. > > Signed-off-by: Sebastian Reichel Looks fine to me, but as ever needs a device tree maintainer ack or 3 weeks and someone else to take a view on it. > --- > .../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>; > + }; > +}; >