[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEPRUYr7DpMhEjp3xd1t21usjWGdod0dsqdsAeu2gyVY-pqQKw@mail.gmail.com>
Date: Fri, 13 Dec 2013 00:02:25 -0800
From: Christian Daudt <bcm@...thebug.org>
To: Tim Kryger <tim.kryger@...aro.org>
Cc: Rob Herring <rob.herring@...xeda.com>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Stephen Warren <swarren@...dotorg.org>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Chris Ball <cjb@...top.org>, Axel Lin <axel.lin@...ics.com>,
Device Tree List <devicetree@...r.kernel.org>,
Linux ARM Kernel List <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux MMC List <linux-mmc@...r.kernel.org>,
Linaro Patches List <patches@...aro.org>
Subject: Re: [PATCH v4 3/8] Documentation: dt: kona-sdhci: Add clocks property
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger <tim.kryger@...aro.org> wrote:
> The Kona SDHCI block requires a clock that must be specified in the
> device tree. Update the documentation to reflect this requirement.
>
> Signed-off-by: Tim Kryger <tim.kryger@...aro.org>
> Reviewed-by: Matt Porter <matt.porter@...aro.org>
> ---
> Documentation/devicetree/bindings/mmc/kona-sdhci.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/kona-sdhci.txt b/Documentation/devicetree/bindings/mmc/kona-sdhci.txt
> index 789fb07..aaba248 100644
> --- a/Documentation/devicetree/bindings/mmc/kona-sdhci.txt
> +++ b/Documentation/devicetree/bindings/mmc/kona-sdhci.txt
> @@ -6,12 +6,16 @@ and the properties present in the bcm281xx SDHCI
> Required properties:
> - compatible : Should be "brcm,kona-sdhci"
> - DEPRECATED: compatible : Should be "bcm,kona-sdhci"
> +- clocks: phandle + clock specifier pair of the external clock
> +
> +Refer to clocks/clock-bindings.txt for generic clock consumer properties.
>
> Example:
>
> sdio2: sdio@...f1a0000 {
> compatible = "brcm,kona-sdhci";
> reg = <0x3f1a0000 0x10000>;
> + clocks = <&sdio3_clk>;
> interrupts = <0x0 74 0x4>;
> };
>
> --
> 1.8.0.1
>
Reviewed-by: Christian Daudt <bcm@...thebug.org>
--
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