From: Hartmut Knaack <knaack.h@gmx.de>
To: Angelo Compagnucci <angelo.compagnucci@gmail.com>,
linux-iio@vger.kernel.org
Subject: Re: [PATCH] iio: ti-adc128s052: Add DT binding documentation
Date: Fri, 19 Dec 2014 22:53:12 +0100 [thread overview]
Message-ID: <54949E48.6010909@gmx.de> (raw)
In-Reply-To: <1418839183-27819-1-git-send-email-angelo.compagnucci@gmail.com>
Angelo Compagnucci schrieb am 17.12.2014 um 18:59:
> Adding binding documentation for Texas Instruments' ADC128S052 ADC chip.
Hi,
some thoughts inline.
>
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
> .../devicetree/bindings/iio/adc/ti-adc128s052.txt | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt
> new file mode 100644
> index 0000000..12132ef
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/ti-adc128s052.txt
> @@ -0,0 +1,18 @@
> +* Texas Instruments' ADC128S052 ADC chip
> +
> +Required properties:
> + - compatible: Should be "ti,adc128s052"
> + - reg: spi chip select number for the device
Use upper case for SPI?
> + - vref-supply: The regulator supply ADC reference voltage.
Maybe: The regulator supplying ADC reference voltage.
> +
> +Recommended properties:
> +- spi-max-frequency: Definition as per
> + Documentation/devicetree/bindings/spi/spi-bus.txt
> +
> +Example:
> +adc@0 {
> + compatible = "ti,adc128s052";
> + reg = <0>;
> + vref-supply = <&vdd_supply>;
> + spi-max-frequency = <1000000>;
> +};
>
next prev parent reply other threads:[~2014-12-19 21:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 17:59 [PATCH] iio: ti-adc128s052: Add DT binding documentation Angelo Compagnucci
2014-12-18 16:18 ` Lars-Peter Clausen
2014-12-18 16:42 ` Angelo Compagnucci
2014-12-26 11:55 ` Jonathan Cameron
2014-12-19 21:53 ` Hartmut Knaack [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-12-19 17:10 Angelo Compagnucci
2015-02-16 11:21 Angelo Compagnucci
2015-02-16 11:21 ` Angelo Compagnucci
2015-03-08 12:36 ` Jonathan Cameron
2015-03-08 12:36 ` Jonathan Cameron
2015-03-08 13:36 Angelo Compagnucci
2015-03-08 13:36 ` Angelo Compagnucci
2015-03-09 11:03 ` Jonathan Cameron
2015-03-09 11:03 ` Jonathan Cameron
2015-03-08 14:32 Angelo Compagnucci
2015-03-08 14:32 ` Angelo Compagnucci
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54949E48.6010909@gmx.de \
--to=knaack.h@gmx.de \
--cc=angelo.compagnucci@gmail.com \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.