From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v8 02/07] arm64: renesas: r8a7795 dtsi: Add all common divider clocks
Date: Mon, 31 Aug 2015 10:20:49 +0000 [thread overview]
Message-ID: <12532595.mF12E6o29V@avalon> (raw)
In-Reply-To: <20150831062930.24004.93722.sendpatchset@little-apple>
Hello Geert and Magnus,
Thank you for the patch.
On Monday 31 August 2015 15:29:30 Magnus Damm wrote:
> From: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Add all clocks generated from PLL1 by the CPG common divider block.
> This includes s3d4, which was modelled as a direct child from pll1
> before.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
>
> Based on:
> [PATCH 3/3] arm64: renesas: r8a7795 dtsi: Add all common divider clocks
>
> Changes: (Magnus Damm <damm+renesas@opensource.se>)
> - Folded in s3d4_clk
> - Reordered to apply without SCIF bits
>
> arch/arm64/boot/dts/renesas/r8a7795.dtsi | 160 +++++++++++++++++++++++++++
> 1 file changed, 160 insertions(+)
>
> --- 0012/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> +++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi 2015-08-29
> 17:10:36.532366518 +0900 @@ -70,6 +70,166 @@
> #clock-cells = <1>;
> ranges;
>
> + zt_clk: zt {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
The PLL1 clock is defined by the CPG driver with a 1/2 output divisor,
similarly that what we have done on Gen2. However, on Gen3 the RPC clocks are
derived directly from the PLL1 output. I'm thus wondering whether we shouldn't
define PLL1 without the output divisor and create a PLL1 * 1/2 fixed-factor
clock as a parent to all the other fixed-factor clocks (other than the RPC
clocks).
I've reviewed the divisors and multipliers below and they all look correct to
me.
> + #clock-cells = <0>;
> + clock-div = <4>;
> + clock-mult = <1>;
> + };
> +
> + ztr_clk: ztr {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <6>;
> + clock-mult = <1>;
> + };
> +
> + ztrd2_clk: ztrd2 {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <12>;
> + clock-mult = <1>;
> + };
> +
> + zx_clk: zx {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <2>;
> + clock-mult = <1>;
> + };
> +
> + s0_clk: s0 {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <2>;
> + clock-mult = <1>;
> + };
> +
> + s0d1_clk: s0d1 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s0_clk>;
> + #clock-cells = <0>;
> + clock-div = <1>;
> + clock-mult = <1>;
> + };
> +
> + s0d4_clk: s0d4 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s0_clk>;
> + #clock-cells = <0>;
> + clock-div = <4>;
> + clock-mult = <1>;
> + };
> +
> + s1_clk: s1 {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <3>;
> + clock-mult = <1>;
> + };
> +
> + s1d1_clk: s1d1 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s1_clk>;
> + #clock-cells = <0>;
> + clock-div = <1>;
> + clock-mult = <1>;
> + };
> +
> + s1d2_clk: s1d2 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s1_clk>;
> + #clock-cells = <0>;
> + clock-div = <2>;
> + clock-mult = <1>;
> + };
> +
> + s1d4_clk: s1d4 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s1_clk>;
> + #clock-cells = <0>;
> + clock-div = <4>;
> + clock-mult = <1>;
> + };
> +
> + s2_clk: s2 {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <4>;
> + clock-mult = <1>;
> + };
> +
> + s2d1_clk: s2d1 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s2_clk>;
> + #clock-cells = <0>;
> + clock-div = <1>;
> + clock-mult = <1>;
> + };
> +
> + s2d2_clk: s2d2 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s2_clk>;
> + #clock-cells = <0>;
> + clock-div = <2>;
> + clock-mult = <1>;
> + };
> +
> + s2d4_clk: s2d4 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s2_clk>;
> + #clock-cells = <0>;
> + clock-div = <4>;
> + clock-mult = <1>;
> + };
> +
> + s3_clk: s3 {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <6>;
> + clock-mult = <1>;
> + };
> +
> + s3d1_clk: s3d1 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s3_clk>;
> + #clock-cells = <0>;
> + clock-div = <1>;
> + clock-mult = <1>;
> + };
> +
> + s3d2_clk: s3d2 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s3_clk>;
> + #clock-cells = <0>;
> + clock-div = <2>;
> + clock-mult = <1>;
> + };
> +
> + s3d4_clk: s3d4 {
> + compatible = "fixed-factor-clock";
> + clocks = <&s3_clk>;
> + #clock-cells = <0>;
> + clock-div = <4>;
> + clock-mult = <1>;
> + };
> +
> + cl_clk: cl {
> + compatible = "fixed-factor-clock";
> + clocks = <&cpg_clocks R8A7795_CLK_PLL1>;
> + #clock-cells = <0>;
> + clock-div = <48>;
> + clock-mult = <1>;
> + };
> +
> cpg_clocks: cpg_clocks@e6150000 {
> compatible = "renesas,r8a7795-cpg-clocks",
> "renesas,rcar-gen3-cpg-clocks";
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2015-08-31 10:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 6:29 [PATCH v8 02/07] arm64: renesas: r8a7795 dtsi: Add all common divider clocks Magnus Damm
2015-08-31 9:08 ` Geert Uytterhoeven
2015-08-31 10:20 ` Laurent Pinchart [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=12532595.mF12E6o29V@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-sh@vger.kernel.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