* Re: [PATCH 2/2] Add ad7949 device tree bindings in documentation
[not found] ` <20181006203036.20338-2-charles-antoine.couret@essensium.com>
@ 2018-10-07 16:00 ` Jonathan Cameron
0 siblings, 0 replies; only message in thread
From: Jonathan Cameron @ 2018-10-07 16:00 UTC (permalink / raw)
To: Charles-Antoine Couret; +Cc: linux-iio, Rob Herring, Mark Rutland, devicetree
On Sat, 6 Oct 2018 22:30:36 +0200
Charles-Antoine Couret <charles-antoine.couret@essensium.com> wrote:
> Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@essensium.com>
Device tree bindings should be cc'd to the devicetree maintainers
and mailing list for review.
As has been shown far too many times, I'm not very good and
spotting the detail issues in these! So over to Rob and Mark's
eagle eyes.
Jonathan
> ---
> .../devicetree/bindings/iio/adc/ad7949.txt | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/ad7949.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/ad7949.txt b/Documentation/devicetree/bindings/iio/adc/ad7949.txt
> new file mode 100644
> index 000000000000..4dc921961df7
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/ad7949.txt
> @@ -0,0 +1,18 @@
> +* Analog Devices AD7949/AD7682/AD7689
> +
> +Required properties:
> + - compatible: Should be one of
> + * "ad7949"
> + * "ad7682"
> + * "ad7689"
> + - reg: spi chip select number for the device
> + - vref-supply: The regulator supply for ADC reference voltage
> + - spi-max-frequency: Max SPI frequency to use (< 33000000)
> +
> +Example:
> +adc@0 {
> + compatible = "ti,adc0832";
> + reg = <0>;
> + vref-supply = <&vdd_supply>;
> + spi-max-frequency = <200000>;
> +};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-07 16:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20181006203036.20338-1-charles-antoine.couret@essensium.com>
[not found] ` <20181006203036.20338-2-charles-antoine.couret@essensium.com>
2018-10-07 16:00 ` [PATCH 2/2] Add ad7949 device tree bindings in documentation Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).