On Tue, Jul 9, 2024 at 3:52 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > Add LCDC clock and reset entries to CPG driver. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> i.e. will queue in renesas-clk for v6.12. > --- a/drivers/clk/renesas/r9a07g043-cpg.c > +++ b/drivers/clk/renesas/r9a07g043-cpg.c > @@ -209,6 +214,12 @@ static const struct rzg2l_mod_clk r9a07g043_mod_clks[] = { > 0x564, 2), > DEF_MOD("cru_aclk", R9A07G043_CRU_ACLK, R9A07G043_CLK_M0, > 0x564, 3), > + DEF_COUPLED("lcdc_clka", R9A07G043_LCDC_CLK_A, R9A07G043_CLK_M0, > + 0x56c, 0), > + DEF_COUPLED("lcdc_clkp", R9A07G043_LCDC_CLK_P, R9A07G043_CLK_ZT, > + 0x56c, 0), > + DEF_MOD("lcdc_clkd", R9A07G043_LCDC_CLK_D, R9A07G043_CLK_M3, > + 0x56c, 1), With the above clock names changed to "lcdc_clk_[apd]" to match the clock definitions. 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