All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sun8i: r40: second ethernet support
@ 2021-03-07  3:13 ` Evgeny Boger
  0 siblings, 0 replies; 12+ messages in thread
From: Evgeny Boger @ 2021-03-07  3:13 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, linux-arm-kernel
  Cc: Evgeny Boger, devicetree, linux-kernel, Rob Herring


This patch series adds support for two Ethernet ports on Allwinner R40.

R40 (aka V40,A40i,T3) has two different Ethernet IPs called EMAC and GMAC.
EMAC only support 10/100 Mbit in MII mode, while GMAC support both 10/100
(MII) and 10/100/1000 (RGMII).

In contrast to A10/A20 where GMAC and EMAC share the same pins making EMAC
somewhat pointless, on R40 EMAC can be routed to port H.
Both EMAC (on port H) and GMAC (on port A) can be then enabled at the same 
time, allowing for two ethernet ports.


Evgeny Boger (2):
  net: allwinner: reset control support
  dts: r40: add second ethernet support

 arch/arm/boot/dts/sun8i-r40.dtsi            | 53 +++++++++++++++++++++
 drivers/net/ethernet/allwinner/sun4i-emac.c | 21 +++++++-
 2 files changed, 73 insertions(+), 1 deletion(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-03-08 13:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-07  3:13 [PATCH 0/2] sun8i: r40: second ethernet support Evgeny Boger
2021-03-07  3:13 ` Evgeny Boger
2021-03-07  3:13 ` [PATCH 1/2] net: allwinner: reset control support Evgeny Boger
2021-03-07  3:13   ` Evgeny Boger
2021-03-08 13:36   ` Maxime Ripard
2021-03-08 13:36     ` Maxime Ripard
2021-03-08 13:51     ` Evgeny Boger
2021-03-08 13:51       ` Evgeny Boger
2021-03-07  3:13 ` [PATCH 2/2] dts: r40: add second ethernet support Evgeny Boger
2021-03-07  3:13   ` Evgeny Boger
2021-03-08 13:37   ` Maxime Ripard
2021-03-08 13:37     ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.