From: Jonathan Cameron <jic23@kernel.org>
To: Stefan Popa <stefan.popa@analog.com>
Cc: <robh+dt@kernel.org>, <knaack.h@gmx.de>, <lars@metafoo.de>,
<Michael.Hennerich@analog.com>, <pmeerw@pmeerw.net>,
<mark.rutland@arm.com>, <linux-iio@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/3] dt-bindings: adxl372: Document the adxl372 I2C bindings
Date: Sat, 8 Sep 2018 15:30:55 +0100 [thread overview]
Message-ID: <20180908153055.401efbec@archlinux> (raw)
In-Reply-To: <1536070394-5679-1-git-send-email-stefan.popa@analog.com>
On Tue, 4 Sep 2018 17:13:14 +0300
Stefan Popa <stefan.popa@analog.com> wrote:
> The adxl372 is designed to communicate in either SPI or I2C protocol.
> This patch adds the documentation of device tree bindings for adxl372
> I2C.
>
> Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Applied.
Thanks,
Jonathan
> ---
> Documentation/devicetree/bindings/iio/accel/adxl372.txt | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/accel/adxl372.txt b/Documentation/devicetree/bindings/iio/accel/adxl372.txt
> index 9409984..a289964 100644
> --- a/Documentation/devicetree/bindings/iio/accel/adxl372.txt
> +++ b/Documentation/devicetree/bindings/iio/accel/adxl372.txt
> @@ -4,14 +4,25 @@ http://www.analog.com/media/en/technical-documentation/data-sheets/adxl372.pdf
>
> Required properties:
> - compatible : should be "adi,adxl372"
> - - reg: SPI chip select number for the device
> + - reg: the I2C address or SPI chip select number for the device
> +
> +Required properties for SPI bus usage:
> - spi-max-frequency: Max SPI frequency to use
>
> Optional properties:
> - interrupts: interrupt mapping for IRQ as documented in
> Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>
> -Example:
> +Example for a I2C device node:
> +
> + accelerometer@53 {
> + compatible = "adi,adxl372";
> + reg = <0x53>;
> + interrupt-parent = <&gpio>;
> + interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
> + };
> +
> +Example for a SPI device node:
>
> accelerometer@0 {
> compatible = "adi,adxl372";
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Stefan Popa <stefan.popa@analog.com>
Cc: robh+dt@kernel.org, knaack.h@gmx.de, lars@metafoo.de,
Michael.Hennerich@analog.com, pmeerw@pmeerw.net,
mark.rutland@arm.com, linux-iio@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] dt-bindings: adxl372: Document the adxl372 I2C bindings
Date: Sat, 8 Sep 2018 15:30:55 +0100 [thread overview]
Message-ID: <20180908153055.401efbec@archlinux> (raw)
In-Reply-To: <1536070394-5679-1-git-send-email-stefan.popa@analog.com>
On Tue, 4 Sep 2018 17:13:14 +0300
Stefan Popa <stefan.popa@analog.com> wrote:
> The adxl372 is designed to communicate in either SPI or I2C protocol.
> This patch adds the documentation of device tree bindings for adxl372
> I2C.
>
> Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Applied.
Thanks,
Jonathan
> ---
> Documentation/devicetree/bindings/iio/accel/adxl372.txt | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/accel/adxl372.txt b/Documentation/devicetree/bindings/iio/accel/adxl372.txt
> index 9409984..a289964 100644
> --- a/Documentation/devicetree/bindings/iio/accel/adxl372.txt
> +++ b/Documentation/devicetree/bindings/iio/accel/adxl372.txt
> @@ -4,14 +4,25 @@ http://www.analog.com/media/en/technical-documentation/data-sheets/adxl372.pdf
>
> Required properties:
> - compatible : should be "adi,adxl372"
> - - reg: SPI chip select number for the device
> + - reg: the I2C address or SPI chip select number for the device
> +
> +Required properties for SPI bus usage:
> - spi-max-frequency: Max SPI frequency to use
>
> Optional properties:
> - interrupts: interrupt mapping for IRQ as documented in
> Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>
> -Example:
> +Example for a I2C device node:
> +
> + accelerometer@53 {
> + compatible = "adi,adxl372";
> + reg = <0x53>;
> + interrupt-parent = <&gpio>;
> + interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
> + };
> +
> +Example for a SPI device node:
>
> accelerometer@0 {
> compatible = "adi,adxl372";
next prev parent reply other threads:[~2018-09-08 19:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-04 14:13 [PATCH 3/3] dt-bindings: adxl372: Document the adxl372 I2C bindings Stefan Popa
2018-09-04 14:13 ` Stefan Popa
2018-09-08 14:30 ` Jonathan Cameron [this message]
2018-09-08 14:30 ` 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=20180908153055.401efbec@archlinux \
--to=jic23@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=devicetree@vger.kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
--cc=stefan.popa@analog.com \
/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.