Hi Sergei,
On Fri, Nov 10, 2017 at 6:59 PM, Sergei Shtylyov
[off-list ref] 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
[off-list ref].
Signed-off-by: Vladimir Barinov <redacted>
Signed-off-by: Sergei Shtylyov <redacted>
quoted hunk ↗ jump to hunk
--- /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@linux-m68k.org
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