From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] clk: meson: Document bindings for Meson8b clock controller
Date: Thu, 28 May 2015 14:57:31 -0700 [thread overview]
Message-ID: <20150528215731.GD24204@codeaurora.org> (raw)
In-Reply-To: <1431773333-23567-3-git-send-email-carlo@caione.org>
On 05/16, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
>
> Add documentation for the clock controller.
>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> ---
> .../bindings/clock/amlogic,meson8b-clkc.txt | 40 ++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
>
> diff --git a/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
> new file mode 100644
> index 0000000..2b7b3fa
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
> @@ -0,0 +1,40 @@
> +* Amlogic Meson8b Clock and Reset Unit
> +
> +The Amlogic Meson8b clock controller generates and supplies clock to various
> +controllers within the SoC.
> +
> +Required Properties:
> +
> +- compatible: should be "amlogic,meson8b-clkc"
> +- reg: it must be composed by two tuples:
> + 0) physical base address of the xtal register and length of memory
> + mapped region.
> + 1) physical base address of the clock controller and length of memory
> + mapped region.
> +
> +- #clock-cells: should be 1.
> +
> +Each clock is assigned an identifier and client nodes can use this identifier
> +to specify the clock which they consume. All available clocks are defined as
> +preprocessor macros in the dt-bindings/clock/meson8b-clkc.h header and can be
> +used in device tree sources.
> +
> +Example: Clock controller node:
> +
> + clkc: clock-controller at c1104000 {
The address after the '@' should be the first reg property.
> + #clock-cells = <1>;
> + compatible = "amlogic,meson8b-clkc";
> + reg = <0xc1108000 0x4>, <0xc1104000 0x460>;
And a reg property of length 0x4 looks like it may be part of
some other "device". Should the xtal register be part of a syscon
that this node has a phandle to?
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-05-28 21:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-16 10:48 [PATCH v2 0/3] clk: meson: Add clock controller Carlo Caione
2015-05-16 10:48 ` [PATCH v2 1/3] clk: meson: Add support for Meson " Carlo Caione
2015-05-28 21:55 ` Stephen Boyd
2015-05-29 17:45 ` Carlo Caione
2015-05-16 10:48 ` [PATCH v2 2/3] clk: meson: Document bindings for Meson8b " Carlo Caione
2015-05-28 21:57 ` Stephen Boyd [this message]
2015-05-29 17:53 ` Carlo Caione
2015-05-16 10:48 ` [PATCH v2 3/3] clk: meson8b: Add support for Meson8b clocks Carlo Caione
2015-05-28 22:01 ` Stephen Boyd
2015-05-29 17:56 ` Carlo Caione
2015-05-27 14:36 ` [PATCH v2 0/3] clk: meson: Add clock controller Carlo Caione
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=20150528215731.GD24204@codeaurora.org \
--to=sboyd@codeaurora.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;
as well as URLs for NNTP newsgroup(s).