From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] spi/atmel: document clock properties
Date: Thu, 19 Dec 2013 16:53:03 +0100 [thread overview]
Message-ID: <52B3165F.8090206@atmel.com> (raw)
In-Reply-To: <1387278095-5118-1-git-send-email-b.brezillon@overkiz.com>
On 17/12/2013 12:01, Boris BREZILLON :
> Document the clock properties required by the spi-atmel driver.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> .../devicetree/bindings/spi/spi_atmel.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
> index 07e04cd..4f8184d 100644
> --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
> +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
> @@ -5,6 +5,9 @@ Required properties:
> - reg: Address and length of the register set for the device
> - interrupts: Should contain spi interrupt
> - cs-gpios: chipselects
> +- clock-names: tuple listing input clock names.
> + Required elements: "spi_clk"
> +- clocks: phandles to input clocks.
>
> Example:
>
> @@ -14,6 +17,8 @@ spi1: spi at fffcc000 {
> interrupts = <13 4 5>;
> #address-cells = <1>;
> #size-cells = <0>;
> + clocks = <&spi1_clk>;
> + clock-names = "spi_clk";
> cs-gpios = <&pioB 3 0>;
> status = "okay";
>
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris BREZILLON <b.brezillon@overkiz.com>,
Rob Landley <rob@landley.net>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Mark Brown <broonie@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>,
devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] spi/atmel: document clock properties
Date: Thu, 19 Dec 2013 16:53:03 +0100 [thread overview]
Message-ID: <52B3165F.8090206@atmel.com> (raw)
In-Reply-To: <1387278095-5118-1-git-send-email-b.brezillon@overkiz.com>
On 17/12/2013 12:01, Boris BREZILLON :
> Document the clock properties required by the spi-atmel driver.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> .../devicetree/bindings/spi/spi_atmel.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
> index 07e04cd..4f8184d 100644
> --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
> +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
> @@ -5,6 +5,9 @@ Required properties:
> - reg: Address and length of the register set for the device
> - interrupts: Should contain spi interrupt
> - cs-gpios: chipselects
> +- clock-names: tuple listing input clock names.
> + Required elements: "spi_clk"
> +- clocks: phandles to input clocks.
>
> Example:
>
> @@ -14,6 +17,8 @@ spi1: spi@fffcc000 {
> interrupts = <13 4 5>;
> #address-cells = <1>;
> #size-cells = <0>;
> + clocks = <&spi1_clk>;
> + clock-names = "spi_clk";
> cs-gpios = <&pioB 3 0>;
> status = "okay";
>
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris BREZILLON <b.brezillon@overkiz.com>,
Rob Landley <rob@landley.net>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Mark Brown <broonie@linaro.org>
Cc: Grant Likely <grant.likely@secretlab.ca>,
<devicetree@vger.kernel.org>, <linux-doc@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] spi/atmel: document clock properties
Date: Thu, 19 Dec 2013 16:53:03 +0100 [thread overview]
Message-ID: <52B3165F.8090206@atmel.com> (raw)
In-Reply-To: <1387278095-5118-1-git-send-email-b.brezillon@overkiz.com>
On 17/12/2013 12:01, Boris BREZILLON :
> Document the clock properties required by the spi-atmel driver.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> .../devicetree/bindings/spi/spi_atmel.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi_atmel.txt b/Documentation/devicetree/bindings/spi/spi_atmel.txt
> index 07e04cd..4f8184d 100644
> --- a/Documentation/devicetree/bindings/spi/spi_atmel.txt
> +++ b/Documentation/devicetree/bindings/spi/spi_atmel.txt
> @@ -5,6 +5,9 @@ Required properties:
> - reg: Address and length of the register set for the device
> - interrupts: Should contain spi interrupt
> - cs-gpios: chipselects
> +- clock-names: tuple listing input clock names.
> + Required elements: "spi_clk"
> +- clocks: phandles to input clocks.
>
> Example:
>
> @@ -14,6 +17,8 @@ spi1: spi@fffcc000 {
> interrupts = <13 4 5>;
> #address-cells = <1>;
> #size-cells = <0>;
> + clocks = <&spi1_clk>;
> + clock-names = "spi_clk";
> cs-gpios = <&pioB 3 0>;
> status = "okay";
>
>
--
Nicolas Ferre
next prev parent reply other threads:[~2013-12-19 15:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 11:01 [PATCH] spi/atmel: document clock properties Boris BREZILLON
2013-12-17 11:01 ` Boris BREZILLON
2013-12-17 11:01 ` Boris BREZILLON
2013-12-19 15:53 ` Nicolas Ferre [this message]
2013-12-19 15:53 ` Nicolas Ferre
2013-12-19 15:53 ` Nicolas Ferre
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=52B3165F.8090206@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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.