From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v6 05/13] IIO: Add DT bindings for sigma delta adc modulator Date: Sat, 2 Dec 2017 14:52:45 +0000 Message-ID: <20171202145245.7802378c@archlinux> References: <1512150020-20335-1-git-send-email-arnaud.pouliquen@st.com> <1512150020-20335-6-git-send-email-arnaud.pouliquen@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1512150020-20335-6-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnaud Pouliquen Cc: Rob Herring , Mark Rutland , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Jaroslav Kysela , Takashi Iwai , Liam Girdwood , Mark Brown , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, Maxime Coquelin , Alexandre Torgue List-Id: devicetree@vger.kernel.org On Fri, 1 Dec 2017 18:40:12 +0100 Arnaud Pouliquen wrote: > Add documentation of device tree bindings to support > sigma delta modulator in IIO framework. > > Signed-off-by: Arnaud Pouliquen > Acked-by: Rob Herring Acked-by: Jonathan Cameron > --- > .../devicetree/bindings/iio/adc/sigma-delta-modulator.txt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt > > diff --git a/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt b/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt > new file mode 100644 > index 0000000..e9ebb8a > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt > @@ -0,0 +1,13 @@ > +Device-Tree bindings for sigma delta modulator > + > +Required properties: > +- compatible: should be "ads1201", "sd-modulator". "sd-modulator" can be use > + as a generic SD modulator if modulator not specified in compatible list. > +- #io-channel-cells = <1>: See the IIO bindings section "IIO consumers". > + > +Example node: > + > + ads1202: adc@0 { > + compatible = "sd-modulator"; > + #io-channel-cells = <1>; > + }; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html