From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 02/11] IIO: Add DT bindings for sigma delta adc modulator Date: Fri, 24 Mar 2017 09:21:32 -0500 Message-ID: <20170324142131.cm72er2cc2kggxco@rob-hp-laptop> References: <1489759704-30217-1-git-send-email-arnaud.pouliquen@st.com> <1489759704-30217-3-git-send-email-arnaud.pouliquen@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1489759704-30217-3-git-send-email-arnaud.pouliquen-qxv4g6HH51o@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnaud Pouliquen Cc: Mark Rutland , Jonathan Cameron , 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, kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, Maxime Coquelin , Alexandre Torgue , olivier moysan List-Id: devicetree@vger.kernel.org On Fri, Mar 17, 2017 at 03:08:15PM +0100, Arnaud Pouliquen wrote: > Add documentation of device tree bindings to support > sigma delta modulator in IIO framework. > > Signed-off-by: Arnaud Pouliquen > --- > V2 -> V3 : > -Rename to suppress "simple" > - add "ads1201" compatibility > > .../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..27f04a3 > --- /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: simple_sd_adc@0 { adc@... With that, Acked-by: Rob Herring > + compatible = "sd-modulator"; > + #io-channel-cells = <1>; > + }; > -- > 1.9.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