From: Jonathan Cameron <jic23@kernel.org>
To: "Mårten Lindahl" <marten.lindahl@axis.com>
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
linux-iio@vger.kernel.org, robh+dt@kernel.org,
mark.rutland@arm.com, devicetree@vger.kernel.org,
"Mårten Lindahl" <martenli@axis.com>
Subject: Re: [PATCH v4 1/2] dt-bindings: iio: adc: add driver for the ti-adc084s021 chip
Date: Sun, 14 May 2017 16:35:17 +0100 [thread overview]
Message-ID: <3596a197-aebb-f43e-079a-cad9abd7866a@kernel.org> (raw)
In-Reply-To: <1494345901-4714-2-git-send-email-marten.lindahl@axis.com>
On 09/05/17 17:05, Mårten Lindahl wrote:
> From: Mårten Lindahl <martenli@axis.com>
>
> This adds support for the Texas Instruments ADC084S021 ADC chip.
>
> Signed-off-by: Mårten Lindahl <martenli@axis.com>
> Acked-by: Rob Herring <robh@kernel.org>
Applied
> ---
> Changes in v4:
> - Added Rob's Acked-by tag
>
> Changes in v3:
> - No updates since v2
>
> Changes in v2:
> - Updated the 'Required properties' section
> - Removed the 'Optional properties' section
>
> .../devicetree/bindings/iio/adc/ti-adc084s021.txt | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-adc084s021.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/ti-adc084s021.txt b/Documentation/devicetree/bindings/iio/adc/ti-adc084s021.txt
> new file mode 100644
> index 0000000..4259e50
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/ti-adc084s021.txt
> @@ -0,0 +1,19 @@
> +* Texas Instruments' ADC084S021
> +
> +Required properties:
> + - compatible : Must be "ti,adc084s021"
> + - reg : SPI chip select number for the device
> + - vref-supply : The regulator supply for ADC reference voltage
> + - spi-cpol : Per spi-bus bindings
> + - spi-cpha : Per spi-bus bindings
> + - spi-max-frequency : Per spi-bus bindings
> +
> +Example:
> +adc@0 {
> + compatible = "ti,adc084s021";
> + reg = <0>;
> + vref-supply = <&adc_vref>;
> + spi-cpol;
> + spi-cpha;
> + spi-max-frequency = <16000000>;
> +};
>
next prev parent reply other threads:[~2017-05-14 15:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-09 16:04 [PATCH v4 0/2] add driver for the ti-adc084s021 chip Mårten Lindahl
2017-05-09 16:05 ` [PATCH v4 1/2] dt-bindings: iio: adc: " Mårten Lindahl
2017-05-14 15:35 ` Jonathan Cameron [this message]
2017-05-09 16:05 ` [PATCH v4 2/2] " Mårten Lindahl
2017-05-14 15:35 ` Jonathan Cameron
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=3596a197-aebb-f43e-079a-cad9abd7866a@kernel.org \
--to=jic23@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=marten.lindahl@axis.com \
--cc=martenli@axis.com \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@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 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).