From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: fixed-factor: Fix device-tree binding typo
Date: Wed, 27 Nov 2013 11:53:10 -0800 [thread overview]
Message-ID: <20131127195310.16819.83218@quantum> (raw)
In-Reply-To: <1380136218-15578-1-git-send-email-ezequiel.garcia@free-electrons.com>
Quoting Ezequiel Garcia (2013-09-25 12:10:18)
> The required properties are not named "div" and "mult",
> but rather "clock-div" and "clock-mult".
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Taken into clk-next.
Thanks,
Mike
> ---
> Documentation/devicetree/bindings/clock/fixed-factor-clock.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
> index 5757f9a..1bae8527 100644
> --- a/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/fixed-factor-clock.txt
> @@ -19,6 +19,6 @@ Example:
> compatible = "fixed-factor-clock";
> clocks = <&parentclk>;
> #clock-cells = <0>;
> - div = <2>;
> - mult = <1>;
> + clock-div = <2>;
> + clock-mult = <1>;
> };
> --
> 1.8.1.5
prev parent reply other threads:[~2013-11-27 19:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-25 19:10 [PATCH] clk: fixed-factor: Fix device-tree binding typo Ezequiel Garcia
2013-11-27 19:53 ` Mike Turquette [this message]
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=20131127195310.16819.83218@quantum \
--to=mturquette@linaro.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox