From: Mark Rutland <mark.rutland@arm.com>
To: Nikolaus Schulz <nikolaus.schulz@avionic-design.de>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <Pawel.Moll@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Alban Bedel <alban.bedel@avionic-design.de>
Subject: Re: [PATCH v3 1/2] iio: document ti-dac8554 devicetree bindings
Date: Mon, 15 Dec 2014 13:02:48 +0000 [thread overview]
Message-ID: <20141215130248.GA8264@leverpostej> (raw)
In-Reply-To: <1418643605-15554-1-git-send-email-nikolaus.schulz@avionic-design.de>
On Mon, Dec 15, 2014 at 11:39:56AM +0000, Nikolaus Schulz wrote:
> Signed-off-by: Nikolaus Schulz <nikolaus.schulz@avionic-design.de>
> ---
> .../devicetree/bindings/iio/dac/ti-dac8554.txt | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt b/Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt
> new file mode 100644
> index 0000000..32e96859
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt
> @@ -0,0 +1,22 @@
> +TI DAC8554 Digital to Analog Converter
> +
> +This driver supports the SPI bus.
The binding need not refer to the driver, this sentence can go. It might
be worth adding "(SPI)" to the first line.
> +
> +Required properties:
> + - compatible: must be "ti,dac8554"
> + - vref-supply: the vref power supply
> + - ti,address: the additional 2-bit chip address
> +
> +For required properties on SPI, please consult
> +Documentation/devicetree/bindings/spi/spi-bus.txt
> +
> +Example:
> +
> + dac8554@0 {
> + compatible = "ti,dac8554";
> + reg = <0>;
> + spi-max-frequency = <50000000>;
> +
> + vref-supply = <&vdd_vref>;
> + ti,address = <0>;
What's this property used for?
> + };
Otherwise this looks sane to me.
Mark.
WARNING: multiple messages have this Message-ID (diff)
From: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
To: Nikolaus Schulz
<nikolaus.schulz-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
Cc: "linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Alban Bedel
<alban.bedel-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
Subject: Re: [PATCH v3 1/2] iio: document ti-dac8554 devicetree bindings
Date: Mon, 15 Dec 2014 13:02:48 +0000 [thread overview]
Message-ID: <20141215130248.GA8264@leverpostej> (raw)
In-Reply-To: <1418643605-15554-1-git-send-email-nikolaus.schulz-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
On Mon, Dec 15, 2014 at 11:39:56AM +0000, Nikolaus Schulz wrote:
> Signed-off-by: Nikolaus Schulz <nikolaus.schulz-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
> ---
> .../devicetree/bindings/iio/dac/ti-dac8554.txt | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt b/Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt
> new file mode 100644
> index 0000000..32e96859
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/dac/ti-dac8554.txt
> @@ -0,0 +1,22 @@
> +TI DAC8554 Digital to Analog Converter
> +
> +This driver supports the SPI bus.
The binding need not refer to the driver, this sentence can go. It might
be worth adding "(SPI)" to the first line.
> +
> +Required properties:
> + - compatible: must be "ti,dac8554"
> + - vref-supply: the vref power supply
> + - ti,address: the additional 2-bit chip address
> +
> +For required properties on SPI, please consult
> +Documentation/devicetree/bindings/spi/spi-bus.txt
> +
> +Example:
> +
> + dac8554@0 {
> + compatible = "ti,dac8554";
> + reg = <0>;
> + spi-max-frequency = <50000000>;
> +
> + vref-supply = <&vdd_vref>;
> + ti,address = <0>;
What's this property used for?
> + };
Otherwise this looks sane to me.
Mark.
next prev parent reply other threads:[~2014-12-15 13:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-15 11:39 [PATCH v3 1/2] iio: document ti-dac8554 devicetree bindings Nikolaus Schulz
2014-12-15 11:39 ` Nikolaus Schulz
2014-12-15 11:39 ` [PATCH v3 2/2] iio: add driver for the TI DAC8554 Nikolaus Schulz
2014-12-18 21:30 ` Hartmut Knaack
2014-12-18 21:30 ` Hartmut Knaack
2014-12-26 11:51 ` Jonathan Cameron
2014-12-26 16:10 ` Hartmut Knaack
2014-12-26 16:10 ` Hartmut Knaack
2014-12-15 13:02 ` Mark Rutland [this message]
2014-12-15 13:02 ` [PATCH v3 1/2] iio: document ti-dac8554 devicetree bindings Mark Rutland
2014-12-15 13:15 ` Nikolaus Schulz
2014-12-15 13:15 ` Nikolaus Schulz
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=20141215130248.GA8264@leverpostej \
--to=mark.rutland@arm.com \
--cc=Pawel.Moll@arm.com \
--cc=alban.bedel@avionic-design.de \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nikolaus.schulz@avionic-design.de \
--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 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.