Add documentation of device tree bindings to support sigma delta modulator in IIO framework. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@xxxxxx> --- Documentation/devicetree/bindings/iio/adc/simple_sd_adc.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/adc/simple_sd_adc.txt diff --git a/Documentation/devicetree/bindings/iio/adc/simple_sd_adc.txt b/Documentation/devicetree/bindings/iio/adc/simple_sd_adc.txt new file mode 100644 index 0000000..2b3968a --- /dev/null +++ b/Documentation/devicetree/bindings/iio/adc/simple_sd_adc.txt @@ -0,0 +1,13 @@ +Device-Tree bindings for simple sigma delta adc + +Required properties: +- compatible: should be "sd-modulator". +- #io-channel-cells = <1>: See the IIO bindings section "IIO consumers". + +Example node: + + ads1202: simple_sd_adc@0 { + compatible = "sd-modulator"; + #io-channel-cells = <1>; + status = "okay"; + }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html