]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: milkv_duo: Add init code for Milk-V Duo ethernet
authorKongyang Liu <seashell11234455@gmail.com>
Sat, 20 Apr 2024 07:00:27 +0000 (15:00 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 1 May 2024 14:46:39 +0000 (22:46 +0800)
commitf874dec10a68741e8d6ba5c250b7763c1d526eaa
treeaffd2977c0d8872e2345d808e5f965dd354ba582
parentb49861ab85909ce27ddc7b25f45b33b545048567
board: milkv_duo: Add init code for Milk-V Duo ethernet

Initialize register in cv1800b ethernet phy to make it compatible with
generic phy driver

Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/sophgo/milkv_duo/Makefile
board/sophgo/milkv_duo/board.c
board/sophgo/milkv_duo/ethernet.c [new file with mode: 0644]
board/sophgo/milkv_duo/ethernet.h [new file with mode: 0644]
drivers/net/designware.c