]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: dwc_eth_qos: add support for sun55i platform
authorJunhui Liu <junhui.liu@pigmoral.tech>
Tue, 19 May 2026 12:58:28 +0000 (20:58 +0800)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 26 Jul 2026 22:30:21 +0000 (00:30 +0200)
commitc5d3fac4becf7ca5db58a6937ddaf69df0070834
tree6569958ad3896362d656c2521c965353b0695d27
parentd2a46d3eb2c337b81084300e8931a9c42b76c0fc
net: dwc_eth_qos: add support for sun55i platform

The Allwinner sun55i (A523/A527/T527) platform features the Synopsys
DesignWare Ethernet QOS IP. To enable this GMAC controller in U-Boot,
this introduces the glue layer responsible for configuring the
corresponding clocks, resets, and syscon registers.

This implementation is directly ported from upstream Linux kernel commit
f603808a98af ("net: stmmac: Add support for Allwinner A523 GMAC200").

Link: https://patch.msgid.link/20250925191600.3306595-3-wens@kernel.org
Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h
drivers/net/dwc_eth_qos_sunxi.c [new file with mode: 0644]