RE: [PATCH 01/19] clk: renesas: r9a09g047: Add RSCI clocks/resets

From: Biju Das

Date: Thu Nov 13 2025 - 14:34:52 EST


Hi Geert,

Thanks for the feedback.

> -----Original Message-----
> From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> Sent: 13 November 2025 18:20
> Subject: Re: [PATCH 01/19] clk: renesas: r9a09g047: Add RSCI clocks/resets
>
> Hi Biju,
>
> On Mon, 27 Oct 2025 at 16:46, Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote:
> > Add RSCI clock and reset entries.
> >
> > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
>
> Thanks for your patch!
>
> > --- a/drivers/clk/renesas/r9a09g047-cpg.c
> > +++ b/drivers/clk/renesas/r9a09g047-cpg.c
> > @@ -218,6 +224,106 @@ static const struct rzv2h_mod_clk r9a09g047_mod_clks[] __initconst = {
> > BUS_MSTOP(5, BIT(13))),
> > DEF_MOD("wdt_3_clk_loco", CLK_QEXTAL, 5, 2, 2, 18,
> > BUS_MSTOP(5,
> > BIT(13))),
> > + DEF_MOD("rsci0_pclk", CLK_PLLCM33_DIV16, 5, 13, 2, 29,
> > + BUS_MSTOP(11, BIT(3))),
> > + DEF_MOD("rsci0_tclk", CLK_PLLCM33_DIV16, 5, 14, 2, 30,
> > + BUS_MSTOP(11,
> > + BIT(3))),
>
> According to both the clock list and the clock system diagram, the parent clock of rsciN_pclk and
> rsciN_tclk is CLK_PLLCLN_DIV16?

Thanks, you are correct, I will fix this in next version.

Cheers,
Biju

>
> The rest LGTM, so with the above clarified:
> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
>
> 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