Hi Sergei, On Fri, Nov 10, 2017 at 6:59 PM, Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> wrote: > Add the PFC support for the R8A77970 SoC including pin groups for some > on-chip devices such as CAN-FD, EtherAVB, [H]SCIF, I2C, INTC-EX, MMC, > MSIOF, PWM, VIN... > > Based on the original (and large) patch by Daisuke Matsushita > <daisuke.matsushita.ns@xxxxxxxxxxx>. > > Signed-off-by: Vladimir Barinov <vladimir.barinov@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > --- /dev/null > +++ renesas-drivers/drivers/pinctrl/sh-pfc/pfc-r8a77970.c > +/* - EtherAVB --------------------------------------------------------------- */ > +static const unsigned int avb0_mdio_pins[] = { > + /* AVB0_MDC, AVB0_MDIO */ > + RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14), > +}; > +static const unsigned int avb0_mdio_mux[] = { > + AVB0_MDC_MARK, AVB0_MDIO_MARK, > +}; Upon second look: this group is called "avb(0)_mdc" instead of "avb(0)_mdio" on all other R-Car Gen3 SoCs? 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