Hi Morimoto-san, On Tue, Jun 14, 2022 at 8:00 AM Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > This patch adds missing TPU0TOx_A > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Thanks for your patch! > --- a/drivers/pinctrl/renesas/pfc-r8a779g0.c > +++ b/drivers/pinctrl/renesas/pfc-r8a779g0.c > @@ -2906,6 +2944,13 @@ static const char * const tpu_groups[] = { > "tpu_to3", > }; > > +static const char * const tpu_a_groups[] = { > + "tpu_to0_a", > + "tpu_to1_a", > + "tpu_to2_a", > + "tpu_to3_a", Please add these to the existing tpu_groups[] instead. > +}; > + > static const char * const tsn0_groups[] = { > "tsn0_link", > "tsn0_phy_int", > @@ -2981,6 +3026,7 @@ static const struct sh_pfc_function pinmux_functions[] = { > SH_PFC_FUNCTION(scif_clk), > > SH_PFC_FUNCTION(tpu), > + SH_PFC_FUNCTION(tpu_a), Please drop this, as it is not needed. > > SH_PFC_FUNCTION(tsn0), 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