[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <52B3168B.10004@atmel.com>
Date: Thu, 19 Dec 2013 16:53:47 +0100
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: Boris BREZILLON <b.brezillon@...rkiz.com>,
Rob Landley <rob@...dley.net>, Mark Brown <broonie@...aro.org>
CC: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<devicetree@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] drivers/misc: atmel-ssc: document clock properties
On 17/12/2013 16:01, Boris BREZILLON :
> Document the clock properties required by the atmel-ssc driver.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@...rkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>
> ---
> .../devicetree/bindings/misc/atmel-ssc.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/misc/atmel-ssc.txt b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> index a45ae08..60960b2 100644
> --- a/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> +++ b/Documentation/devicetree/bindings/misc/atmel-ssc.txt
> @@ -6,6 +6,9 @@ Required properties:
> - atmel,at91sam9g45-ssc: support dma transfer
> - reg: Should contain SSC registers location and length
> - interrupts: Should contain SSC interrupt
> +- clock-names: tuple listing input clock names.
> + Required elements: "pclk"
> +- clocks: phandles to input clocks.
>
>
> Required properties for devices compatible with "atmel,at91sam9g45-ssc":
> @@ -20,6 +23,8 @@ ssc0: ssc@...bc000 {
> compatible = "atmel,at91rm9200-ssc";
> reg = <0xfffbc000 0x4000>;
> interrupts = <14 4 5>;
> + clocks = <&ssc0_clk>;
> + clock-names = "pclk";
> };
>
> - DMA transfer:
>
--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists