]> git.ipfire.org Git - thirdparty/u-boot.git/commit
drivers: net: Add T-Head DWMAC glue layer
authorYao Zi <ziyao@disroot.org>
Thu, 10 Jul 2025 03:41:59 +0000 (03:41 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jul 2025 06:37:40 +0000 (14:37 +0800)
commit8a3c3a8a116b3cc6def5ed09dd32e6135683b2bd
tree9ef0744d11b2f51126bac416ce6b318ce6b72f53
parent12b90ea3c2943f807b1a54d578c71839ab475be5
drivers: net: Add T-Head DWMAC glue layer

The Designware IP integrated in TH1520 SoC requires extra clock
configuration to operate correctly. The Linux kernel's T-Head DWMAC glue
driver is ported and adapted to U-Boot's API.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
MAINTAINERS
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/dwmac_thead.c [new file with mode: 0644]