From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: kuninori.morimoto.gx@renesas.com
Cc: linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks
Date: Fri, 26 Feb 2016 12:55:26 +0200 [thread overview]
Message-ID: <3970801.5TWghEBfCF@avalon> (raw)
In-Reply-To: <1455242450-24493-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hi Morimoto-san,
On Friday 12 February 2016 04:00:42 Laurent Pinchart wrote:
> The parent clock isn't documented in the datasheet, use S2D1 as a best
> guess for now.
Would you be able to find out what the parent clock is for the FCP and LVDS
(patch 2/9) clocks ?
Feel free to tell the documentation team that your life would be easier if the
information was included in the datasheets ;-)
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> drivers/clk/shmobile/r8a7795-cpg-mssr.c | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
> b/drivers/clk/shmobile/r8a7795-cpg-mssr.c index 13e994772dfd..ae5004ee7bdd
> 100644
> --- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
> +++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
> @@ -130,6 +130,21 @@ static const struct mssr_mod_clk r8a7795_mod_clks[]
> __initconst = { DEF_MOD("hscif2", 518, R8A7795_CLK_S3D1),
> DEF_MOD("hscif1", 519, R8A7795_CLK_S3D1),
> DEF_MOD("hscif0", 520, R8A7795_CLK_S3D1),
> + DEF_MOD("fcpvd3", 600, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvd2", 601, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvd1", 602, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvd0", 603, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvb1", 606, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvb0", 607, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvi2", 609, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvi1", 610, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpvi0", 611, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpf2", 613, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpf1", 614, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpf0", 615, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpci1", 616, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpci0", 617, R8A7795_CLK_S2D1),
> + DEF_MOD("fcpcs", 619, R8A7795_CLK_S2D1),
> DEF_MOD("vspd3", 620, R8A7795_CLK_S2D1),
> DEF_MOD("vspd2", 621, R8A7795_CLK_S2D1),
> DEF_MOD("vspd1", 622, R8A7795_CLK_S2D1),
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2016-02-26 10:55 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-12 2:00 [PATCH/RFC 0/9] FCP support for Renesas video cores Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 1/9] clk: shmobile: r8a7795: Add FCP clocks Laurent Pinchart
2016-02-15 9:22 ` Geert Uytterhoeven
2016-02-15 12:26 ` Laurent Pinchart
2016-02-26 10:55 ` Laurent Pinchart [this message]
2016-03-01 1:03 ` Kuninori Morimoto
2016-03-03 0:17 ` Kuninori Morimoto
2016-03-03 6:52 ` Laurent Pinchart
2016-03-03 7:19 ` Kuninori Morimoto
2016-03-03 7:31 ` Laurent Pinchart
2016-03-03 8:37 ` Kuninori Morimoto
2016-03-03 10:49 ` Laurent Pinchart
2016-03-03 11:56 ` Geert Uytterhoeven
2016-03-03 12:04 ` Laurent Pinchart
2016-04-12 6:27 ` Kuninori Morimoto
2016-02-12 2:00 ` [PATCH/RFC 2/9] clk: shmobile: r8a7795: Add LVDS module clock Laurent Pinchart
2016-02-15 9:24 ` Geert Uytterhoeven
2016-02-15 12:27 ` Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 3/9] v4l: Add Renesas R-Car FCP driver Laurent Pinchart
2016-02-15 9:32 ` Geert Uytterhoeven
2016-02-15 12:35 ` Laurent Pinchart
2016-02-26 13:20 ` Geert Uytterhoeven
2016-02-12 2:00 ` [PATCH/RFC 4/9] v4l: vsp1: VSPD instances have no LUT on Gen3 Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 5/9] v4l: vsp1: Add FCP support Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 6/9] ARM64: renesas: r8a7795: Add FCPV nodes Laurent Pinchart
2016-02-15 9:45 ` Geert Uytterhoeven
2016-02-15 12:50 ` Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 7/9] ARM64: renesas: r8a7795: Add VSP instances Laurent Pinchart
2016-02-15 9:58 ` Geert Uytterhoeven
2016-02-15 12:53 ` Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 8/9] ARM64: renesas: r8a7795: Add DU device to DT Laurent Pinchart
2016-02-12 2:00 ` [PATCH/RFC 9/9] ARM64: renesas: salvator-x: Enable DU Laurent Pinchart
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=3970801.5TWghEBfCF@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@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;
as well as URLs for NNTP newsgroup(s).