Hi Shimoda-san, On Thu, Jul 4, 2024 at 8:17 AM Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > Add the PCIe module clock, which is used by the PCIe modules on the > Renesas R-Car V4M (R8A779H0) SoC. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- a/drivers/clk/renesas/r8a779h0-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a779h0-cpg-mssr.c > @@ -191,6 +191,7 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = { > DEF_MOD("msi3", 621, R8A779H0_CLK_MSO), > DEF_MOD("msi4", 622, R8A779H0_CLK_MSO), > DEF_MOD("msi5", 623, R8A779H0_CLK_MSO), > + DEF_MOD("pciec0", 624, R8A779H0_CLK_S0D2_HSC), /me enables his magnifying glass Actually the bit is called "pcie0" in the MSTPCR6 documentation (Rev. 0.51), so I'll fix this up while applying. > DEF_MOD("rpc-if", 629, R8A779H0_CLK_RPCD2), > DEF_MOD("scif0", 702, R8A779H0_CLK_SASYNCPERD4), > DEF_MOD("scif1", 703, R8A779H0_CLK_SASYNCPERD4), 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