From: "Andrew F. Davis" <afd@ti.com>
To: Jonathan Cameron <jic23@kernel.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald <pmeerw@pmeerw.net>
Cc: <devicetree@vger.kernel.org>, <linux-iio@vger.kernel.org>,
<linux-api@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/2] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor
Date: Sat, 5 Dec 2015 11:53:29 -0600 [thread overview]
Message-ID: <56632499.9080708@ti.com> (raw)
In-Reply-To: <56632122.8040702@kernel.org>
On 12/05/2015 11:38 AM, Jonathan Cameron wrote:
> On 02/12/15 19:57, Andrew F. Davis wrote:
>> Add the TI afe4404 heart monitor DT bindings documentation.
>> Create health directory created under iio.
>>
>> Signed-off-by: Andrew F. Davis <afd@ti.com>
> One little point inline - otherwise this is straightforward and
> looks good to me.
>
> Could add cross references to the interrupt and gpio docs.
>
Will add.
> Jonathan
>> ---
>> .../devicetree/bindings/iio/health/afe4404.txt | 27 ++++++++++++++++++++++
>> 1 file changed, 27 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..25b77a4
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/iio/health/afe4404.txt
>> @@ -0,0 +1,27 @@
>> +* Texas Instruments AFE4404 Heart rate and Pulse Oximeter
>> +
>> +Required properties:
>> + - compatible : Should be "ti,afe4404".
>> + - reg : I2C address of the device.
>> + - tx_sup-supply : Regulator supply to LEDs.
> If the sup bit is for supply I'd drop it and just have
> tx-supply.
It is, the name of the pin in the datasheet is "tx_sup", so
I went with that.
>> + - interrupt-parent : Phandle to he parent interrupt controller.
>> + - interrupts : The interrupt line the device ADC_RDY pin is connected to.
>> +
>> +Optional properties:
>> + - reset-gpios : GPIO used to reset the device.
>> +
>> +Example:
>> +
>> +&i2c2 {
>> + heart_mon@58 {
>> + compatible = "ti,afe4404";
>> + reg = <0x58>;
>> +
>> + tx_sup-supply = <&vbat>;
>> +
>> + interrupt-parent = <&gpio1>;
>> + interrupts = <28 IRQ_TYPE_EDGE_RISING>;
>> +
>> + reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
>> + };
>> +};
>>
>
next prev parent reply other threads:[~2015-12-05 17:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1449086240-13375-1-git-send-email-afd@ti.com>
[not found] ` <1449086240-13375-2-git-send-email-afd@ti.com>
2015-12-05 17:38 ` [PATCH v2 1/2] Documentation: afe4404: Add DT bindings for the AFE4404 heart monitor Jonathan Cameron
2015-12-05 17:53 ` Andrew F. Davis [this message]
2015-12-05 18:21 ` Jonathan Cameron
[not found] ` <1449086240-13375-3-git-send-email-afd@ti.com>
2015-12-05 18:21 ` [PATCH v2 2/2] iio: health: Add driver for the TI " Jonathan Cameron
2015-12-07 17:26 ` Andrew F. Davis
2015-12-12 15:41 ` Jonathan Cameron
2015-12-14 22:06 ` 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=56632499.9080708@ti.com \
--to=afd@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-api@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.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).