From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: "Andrew F. Davis" <afd-l0cyMroinI0@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>,
Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v5 3/4] Documentation: afe4403: Add DT bindings for the AFE4403 heart monitor
Date: Sat, 6 Feb 2016 18:58:48 +0000 [thread overview]
Message-ID: <56B64268.8090306@kernel.org> (raw)
In-Reply-To: <1454435446-20586-4-git-send-email-afd-l0cyMroinI0@public.gmane.org>
On 02/02/16 17:50, Andrew F. Davis wrote:
> Add the TI AFE4403 heart monitor DT bindings documentation.
>
> Signed-off-by: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
Given this is near identical to the AFE4404 binding I'll assume the lack of
comment on that means this one is fine too ;)
Applied to the togreg branch of iio.git - initially pushed out as testing
for the autobuilders to ignore it.
Jonathan
> ---
> .../devicetree/bindings/iio/health/afe4403.txt | 34 ++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/health/afe4403.txt
>
> diff --git a/Documentation/devicetree/bindings/iio/health/afe4403.txt b/Documentation/devicetree/bindings/iio/health/afe4403.txt
> new file mode 100644
> index 0000000..2fffd70
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/health/afe4403.txt
> @@ -0,0 +1,34 @@
> +Texas Instruments AFE4403 Heart rate and Pulse Oximeter
> +
> +Required properties:
> + - compatible : Should be "ti,afe4403".
> + - reg : SPI chip select address of device.
> + - tx-supply : Regulator supply to transmitting LEDs.
> + - interrupt-parent : Phandle to he parent interrupt controller.
> + - interrupts : The interrupt line the device ADC_RDY pin is
> + connected to. For details refer to,
> + ../../interrupt-controller/interrupts.txt.
> +
> +Optional properties:
> + - reset-gpios : GPIO used to reset the device.
> + For details refer to, ../../gpio/gpio.txt.
> +
> +For other required and optional properties of SPI slave nodes
> +please refer to ../../spi/spi-bus.txt.
> +
> +Example:
> +
> +&spi0 {
> + heart_mon@0 {
> + compatible = "ti,afe4403";
> + reg = <0>;
> + spi-max-frequency = <10000000>;
> +
> + tx-supply = <&vbat>;
> +
> + interrupt-parent = <&gpio1>;
> + interrupts = <28 IRQ_TYPE_EDGE_RISING>;
> +
> + reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
> + };
> +};
>
next prev parent reply other threads:[~2016-02-06 18:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-02 17:50 [PATCH v5 0/4] iio: AFE4404 Heart Rate Monitor and Bio-Sensing Andrew F. Davis
2016-02-02 17:50 ` [PATCH v5 1/4] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor Andrew F. Davis
[not found] ` <1454435446-20586-2-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2016-02-06 18:51 ` Jonathan Cameron
2016-02-02 17:50 ` [PATCH v5 2/4] iio: health: Add driver for the TI " Andrew F. Davis
[not found] ` <1454435446-20586-3-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2016-02-06 18:57 ` Jonathan Cameron
2016-02-02 17:50 ` [PATCH v5 3/4] Documentation: afe4403: Add DT bindings for the AFE4403 " Andrew F. Davis
[not found] ` <1454435446-20586-4-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2016-02-06 18:58 ` Jonathan Cameron [this message]
2016-02-02 17:50 ` [PATCH v5 4/4] iio: health: Add driver for the TI " Andrew F. Davis
[not found] ` <1454435446-20586-5-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2016-02-06 19:02 ` Jonathan Cameron
[not found] ` <56B64353.4060601-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-02-06 19:08 ` Andrew F. Davis
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=56B64268.8090306@kernel.org \
--to=jic23-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=afd-l0cyMroinI0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=knaack.h-Mmb7MZpHnFY@public.gmane.org \
--cc=lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).