Re: [PATCH] clk: renesas: r9a09g077: Add module clocks for SCI1-SCI5
From: Geert Uytterhoeven
Date: Thu Aug 14 2025 - 11:23:51 EST
Hi Prabhakar,
On Tue, 12 Aug 2025 at 19:17, Prabhakar <prabhakar.csengg@xxxxxxxxx> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
>
> Add asynchronous core clocks and module clocks for SCI channels 1
> through 5 on the RZ/T2H SoC.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
Thanks for your patch!
> --- a/drivers/clk/renesas/r9a09g077-cpg.c
> +++ b/drivers/clk/renesas/r9a09g077-cpg.c
> @@ -48,6 +48,11 @@
> #define DIVCA55S CONF_PACK(SCKCR2, 12, 1)
>
> #define DIVSCI0ASYNC CONF_PACK(SCKCR3, 6, 2)
> +#define DIVSCI1ASYNC CONF_PACK(SCKCR3, 8, 2)
> +#define DIVSCI2ASYNC CONF_PACK(SCKCR3, 10, 2)
> +#define DIVSCI3ASYNC CONF_PACK(SCKCR3, 12, 2)
> +#define DIVSCI4ASYNC CONF_PACK(SCKCR3, 14, 2)
> +#define DIVSCI5ASYNC CONF_PACK(SCKCR2, 18, 2)
Please move the last one to the previous block, next to the other
SCKCR2 definitions.
Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
i.e. will queue in renesas-clk for v6.18, with the above fixed.
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