From: Jonathan Cameron <jic23@kernel.org>
To: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
Cc: robh+dt@kernel.org, lars@metafoo.de, pmeerw@pmeerw.net,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 2/2] iio: ti-dac5571: Add DT binding documentation
Date: Sun, 6 May 2018 18:51:23 +0100 [thread overview]
Message-ID: <20180506185123.2dcafe8b@archlinux> (raw)
In-Reply-To: <20180501081554.5832-2-sean.nyekjaer@prevas.dk>
On Tue, 1 May 2018 10:15:54 +0200
Sean Nyekjaer <sean.nyekjaer@prevas.dk> wrote:
> Adding binding documentation for Texas Instruments DAC5571 Family
>
> Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
> Reviewed-by: Rob Herring <robh@kernel.org>
Applied to the togreg branch of iio.git and pushed out as testing.
Thanks,
Jonathan
> ---
> .../bindings/iio/dac/ti,dac5571.txt | 24 +++++++++++++++++++
> 1 file changed, 24 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
> new file mode 100644
> index 000000000000..03af6b9a4d07
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/dac/ti,dac5571.txt
> @@ -0,0 +1,24 @@
> +* Texas Instruments DAC5571 Family
> +
> +Required properties:
> + - compatible: Should contain
> + "ti,dac5571"
> + "ti,dac6571"
> + "ti,dac7571"
> + "ti,dac5574"
> + "ti,dac6574"
> + "ti,dac7574"
> + "ti,dac5573"
> + "ti,dac6573"
> + "ti,dac7573"
> + - reg: Should contain the DAC I2C address
> +
> +Optional properties:
> + - vref-supply: The regulator supply for DAC reference voltage
> +
> +Example:
> +dac@0 {
> + compatible = "ti,dac5571";
> + reg = <0x4C>;
> + vref-supply = <&vdd_supply>;
> +};
next prev parent reply other threads:[~2018-05-06 17:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-01 8:15 [PATCH 1/2] iio: dac: add TI DAC5755 family support Sean Nyekjaer
2018-05-01 8:15 ` [PATCH 2/2] iio: ti-dac5571: Add DT binding documentation Sean Nyekjaer
2018-05-06 17:51 ` Jonathan Cameron [this message]
2018-05-06 17:50 ` [PATCH 1/2] iio: dac: add TI DAC5755 family support 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=20180506185123.2dcafe8b@archlinux \
--to=jic23@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
--cc=sean.nyekjaer@prevas.dk \
/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.