Hi Biju,
On Fri, Feb 1, 2019 at 11:16 AM Biju Das <[email protected]> wrote:
> This patch adds TMU clock to the R8A774C0 SoC.
>
> Signed-off-by: Biju Das <[email protected]>
Thanks for your patch!
> --- a/drivers/clk/renesas/r8a774c0-cpg-mssr.c
> +++ b/drivers/clk/renesas/r8a774c0-cpg-mssr.c
> @@ -119,6 +119,11 @@ static const struct cpg_core_clk r8a774c0_core_clks[]
> __initconst = {
> };
>
> static const struct mssr_mod_clk r8a774c0_mod_clks[] __initconst = {
> + DEF_MOD("tmu4", 121, R8A774C0_CLK_S0D6),
RZ/G2 Hardware User's Manual rev. 0.61 says S0D6C?
> + DEF_MOD("tmu3", 122, R8A774C0_CLK_S3D2),
> + DEF_MOD("tmu2", 123, R8A774C0_CLK_S3D2),
> + DEF_MOD("tmu1", 124, R8A774C0_CLK_S3D2),
S3D2C? (all three)
Since these are timers, it should be easy to verify the actual parent
clock rates.
> + DEF_MOD("tmu0", 125, R8A774C0_CLK_CP),
> DEF_MOD("scif5", 202, R8A774C0_CLK_S3D4C),
> DEF_MOD("scif4", 203, R8A774C0_CLK_S3D4C),
> DEF_MOD("scif3", 204, R8A774C0_CLK_S3D4C),
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds