On Thu, Jul 10, 2025 at 03:41:59AM +0000, Yao Zi wrote: > 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 <zi...@disroot.org> > --- > MAINTAINERS | 1 + > drivers/net/Kconfig | 8 ++ > drivers/net/Makefile | 1 + > drivers/net/dwmac_thead.c | 288 ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 298 insertions(+) > create mode 100644 drivers/net/dwmac_thead.c
Acked-by: Leo Yu-Chi Liang <ycli...@andestech.com>