[0/2] sunxi: a523: enable Ethernet

Message ID 20250801002726.8924-1-andre.przywara@arm.com (mailing list archive)
Headers
Series sunxi: a523: enable Ethernet |

Message

Andre Przywara Aug. 1, 2025, 12:27 a.m. UTC
The first of the two Ethernet controllers in the Allwinner A527/T527
SoCs is compatible to the IP used in the A64 SoC, which our MAC driver
already supports. Since the recent DT update brought us the DT
description of the network interface, enable the driver and thus
Ethernet functionality on the two boards that work.
Patch 1/2 fixes the function name for the RGMII pins in the pinctrl
driver, while patch 2/2 just enables building the sun8i-emac driver.

Please have a look and test!

Cheers,
Andre

Andre Przywara (2):
  pinctrl: sunxi: a523: change Ethernet pin function name
  sunxi: a527: radxa/avaota: enable Ethernet

 configs/avaota-a1_defconfig           | 2 ++
 configs/radxa-cubie-a5e_defconfig     | 2 ++
 drivers/pinctrl/sunxi/pinctrl-sunxi.c | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)