All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
To: "Andrew F. Davis" <afd@ti.com>
Cc: linux-iio@vger.kernel.org
Subject: Re: [PATCH v4 1/4] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor
Date: Mon, 25 Jan 2016 21:06:38 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.02.1601252105090.14521@pmeerw.net> (raw)
In-Reply-To: <1453742941-12086-2-git-send-email-afd@ti.com>

On Mon, 25 Jan 2016, Andrew F. Davis wrote:

> Add the TI afe4404 heart monitor DT bindings documentation.
> Create health directory created under iio.

comment below
 
> Signed-off-by: Andrew F. Davis <afd@ti.com>
> ---
>  .../devicetree/bindings/iio/health/afe4404.txt     | 30 ++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/health/afe4404.txt
> 
> diff --git a/Documentation/devicetree/bindings/iio/health/afe4404.txt b/Documentation/devicetree/bindings/iio/health/afe4404.txt
> new file mode 100644
> index 0000000..de69f20
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/health/afe4404.txt
> @@ -0,0 +1,30 @@
> +Texas Instruments AFE4404 Heart rate and Pulse Oximeter
> +
> +Required properties:
> + - compatible		: Should be "ti,afe4404".
> + - reg			: I2C address of the 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.

remove ',' after 'to'

> +
> +Example:
> +
> +&i2c2 {
> +	heart_mon@58 {
> +		compatible = "ti,afe4404";
> +		reg = <0x58>;
> +
> +		tx-supply = <&vbat>;
> +
> +		interrupt-parent = <&gpio1>;
> +		interrupts = <28 IRQ_TYPE_EDGE_RISING>;
> +
> +		reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
> +	};
> +};
> 

-- 

Peter Meerwald-Stadler
+43-664-2444418 (mobile)

  reply	other threads:[~2016-01-25 20:06 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 17:28 [PATCH v4 0/4] iio: AFE4404 Heart Rate Monitor and Bio-Sensing Andrew F. Davis
2016-01-25 17:28 ` Andrew F. Davis
2016-01-25 17:28 ` [PATCH v4 1/4] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor Andrew F. Davis
2016-01-25 17:28   ` Andrew F. Davis
2016-01-25 20:06   ` Peter Meerwald-Stadler [this message]
2016-01-25 20:24     ` Andrew F. Davis
2016-01-25 17:28 ` [PATCH v4 2/4] iio: health: Add driver for the TI " Andrew F. Davis
2016-01-25 17:28   ` Andrew F. Davis
2016-01-25 20:17   ` Peter Meerwald-Stadler
2016-01-25 20:30     ` Andrew F. Davis
2016-01-30 14:59   ` Jonathan Cameron
2016-01-30 14:59     ` Jonathan Cameron
2016-02-02 15:50     ` Andrew F. Davis
2016-02-02 15:50       ` Andrew F. Davis
2016-01-25 17:29 ` [PATCH v4 3/4] Documentation: afe4403: Add DT bindings for the AFE4403 " Andrew F. Davis
2016-01-25 17:29   ` Andrew F. Davis
2016-01-25 17:29 ` [PATCH v4 4/4] iio: health: Add driver for the TI " Andrew F. Davis
2016-01-25 17:29   ` Andrew F. Davis
2016-01-25 20:21   ` Peter Meerwald-Stadler
2016-01-25 20:21     ` Peter Meerwald-Stadler
2016-01-25 20:36     ` Andrew F. Davis
2016-01-25 20:36       ` Andrew F. Davis
2016-01-30 15:10   ` Jonathan Cameron
2016-02-02 17:38     ` Andrew F. Davis
2016-02-02 17:38       ` 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=alpine.DEB.2.02.1601252105090.14521@pmeerw.net \
    --to=pmeerw@pmeerw.net \
    --cc=afd@ti.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.