Re: [PATCH v3 02/11] IIO: Add DT bindings for sigma delta adc modulator
From: Rob Herring <hidden>
Date: 2017-03-24 14:21:32
Also in:
alsa-devel, linux-arm-kernel, linux-iio
On Fri, Mar 17, 2017 at 03:08:15PM +0100, Arnaud Pouliquen wrote:
quoted hunk
Add documentation of device tree bindings to support sigma delta modulator in IIO framework. Signed-off-by: Arnaud Pouliquen <redacted> --- 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.txtdiff --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 <redacted>
+ 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