lkml.org 
[lkml]   [2013]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] mmc: atmel-mci: document clock properties
On Tue, Dec 17, 2013 at 10:36:17AM +0100, Boris BREZILLON wrote:
> Document the clock properties required by the atmel-mci driver.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>

> ---
> .../devicetree/bindings/mmc/atmel-hsmci.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt b/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt
> index 0a85c70..07ad020 100644
> --- a/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt
> +++ b/Documentation/devicetree/bindings/mmc/atmel-hsmci.txt
> @@ -13,6 +13,9 @@ Required properties:
> - #address-cells: should be one. The cell is the slot id.
> - #size-cells: should be zero.
> - at least one slot node
> +- clock-names: tuple listing input clock names.
> + Required elements: "mci_clk"
> +- clocks: phandles to input clocks.
>
> The node contains child nodes for each slot that the platform uses
>
> @@ -24,6 +27,8 @@ mmc0: mmc@f0008000 {
> interrupts = <12 4>;
> #address-cells = <1>;
> #size-cells = <0>;
> + clock-names = "mci_clk";
> + clocks = <&mci0_clk>;
>
> [ child node definitions...]
> };
> --
> 1.7.9.5
>


\
 
 \ /
  Last update: 2013-12-19 13:41    [W:0.225 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site