[PATCH 1/3] board: milkv_duo: Add init code for Milk-V Duo ethernet
Leo Liang
ycliang at andestech.com
Tue Mar 12 10:50:36 CET 2024
On Sun, Mar 10, 2024 at 01:56:44PM +0800, Kongyang Liu wrote:
> Initialize register in cv1800b ethernet phy to make it compatible with
> generic phy driver
>
> Signed-off-by: Kongyang Liu <seashell11234455 at gmail.com>
> ---
>
> board/sophgo/milkv_duo/Makefile | 3 +-
> board/sophgo/milkv_duo/board.c | 4 ++
> board/sophgo/milkv_duo/ethernet.c | 79 +++++++++++++++++++++++++++++++
> board/sophgo/milkv_duo/ethernet.h | 11 +++++
> drivers/net/designware.c | 1 +
> 5 files changed, 97 insertions(+), 1 deletion(-)
> create mode 100644 board/sophgo/milkv_duo/ethernet.c
> create mode 100644 board/sophgo/milkv_duo/ethernet.h
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list