From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/4] ARM: dts: sun7i: external clock outputs
Date: Mon, 30 Dec 2013 16:25:52 +0100 [thread overview]
Message-ID: <20131230152552.GU3144@lukather> (raw)
In-Reply-To: <1388373949-28506-3-git-send-email-wens@csie.org>
Hi,
On Mon, Dec 30, 2013 at 11:25:47AM +0800, Chen-Yu Tsai wrote:
> This commit adds the two external clock outputs available on A20 to
> its device tree. A dummy fixed factor clock is also added to serve as
> the first input of the clock outputs, which according to AW's A20 user
> manual, is the 24MHz oscillator divided by 750.
>
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> ---
> arch/arm/boot/dts/sun7i-a20.dtsi | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
> index 4c25f81..f255a49 100644
> --- a/arch/arm/boot/dts/sun7i-a20.dtsi
> +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
> @@ -302,6 +302,33 @@
> clocks = <&osc24M>, <&pll6 2>, <&pll5 1>;
> clock-output-names = "mbus";
> };
> +
> + /*
> + * Dummy clock used by output clocks
> + */
> + osc24M_32k: osc24M_32k {
the node name should be clk to reflect the function of the device, and
not what instance of it it might be.
You should probably use something like clk at 0, to avoid collisions with
other dummy clocks.
Note that we have pretty much the same problem already for the losc
and osc24M, it would be great if you could do a patch for these too :)
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131230/409a4777/attachment.sig>
next prev parent reply other threads:[~2013-12-30 15:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-30 3:25 [PATCH v2 0/4] clk: sunxi: add A20 external output clock support Chen-Yu Tsai
2013-12-30 3:25 ` [PATCH v2 1/4] clk: sunxi: Allwinner A20 " Chen-Yu Tsai
2013-12-30 3:25 ` [PATCH v2 2/4] ARM: dts: sun7i: external clock outputs Chen-Yu Tsai
2013-12-30 15:25 ` Maxime Ripard [this message]
2013-12-31 2:12 ` Chen-Yu Tsai
2014-01-01 23:12 ` Maxime Ripard
2013-12-30 3:25 ` [PATCH v2 3/4] pinctrl: sunxi: Add Allwinner A20 clock output pin functions Chen-Yu Tsai
2013-12-30 15:11 ` Maxime Ripard
2014-01-08 9:47 ` Linus Walleij
2013-12-30 3:25 ` [PATCH v2 4/4] ARM: dts: sun7i: Add pin muxing options for clock outputs Chen-Yu Tsai
2013-12-30 15:16 ` Maxime Ripard
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=20131230152552.GU3144@lukather \
--to=maxime.ripard@free-electrons.com \
--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).