Hi Uli, On Thu, Nov 26, 2020 at 6:22 PM Ulrich Hecht <uli+renesas@xxxxxxxx> wrote: > This patch adds CANFD 0-7 and CANFD clock pinmux support for the > R8A779A0 (V3U) SoC. > > Signed-off-by: Ulrich Hecht <uli+renesas@xxxxxxxx> Thanks for your patch! > --- a/drivers/pinctrl/renesas/pfc-r8a779a0.c > +++ b/drivers/pinctrl/renesas/pfc-r8a779a0.c > +/* - CANFD Clock ------------------------------------------------------------ */ > +static const unsigned int canfd_clk_pins[] = { > + /* CAN_CLK */ > + RCAR_GP_PIN(3, 0), > +}; > +static const unsigned int canfd_clk_mux[] = { > + CAN_CLK_MARK, > +}; The User's Manual calls this "can_clk", so I'm wondering if we should do the same, like on most R-Car SoCs,to avoid confusing with the internal CANFD clock. I know we call it "canfd_clk" on R-Car V3M (it is called that way in the manual) and on R-Car V3H (either copied from V3M, or changed later in the manual), the two other SoCs that don't have separate (non-FD) CAN controllers. 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