Re: [PATCH 2/3] board: sophgo: milkv_duo: Bind sysreset driver

2024-05-01 Thread Leo Liang
On Tue, Apr 16, 2024 at 03:52:39PM +0800, Kongyang Liu wrote: > Bind cv1800b sysreset driver for Sophgo Milk-V Duo board in board_init > function. > > Signed-off-by: Kongyang Liu > --- > > board/sophgo/milkv_duo/board.c | 4 > 1 file changed, 4 insertions(+) Reviewed-by: Leo Yu-Chi Liang

[PATCH 2/3] board: sophgo: milkv_duo: Bind sysreset driver

2024-04-16 Thread Kongyang Liu
Bind cv1800b sysreset driver for Sophgo Milk-V Duo board in board_init function. Signed-off-by: Kongyang Liu --- board/sophgo/milkv_duo/board.c | 4 1 file changed, 4 insertions(+) diff --git a/board/sophgo/milkv_duo/board.c b/board/sophgo/milkv_duo/board.c index eaa47be173..e7e28fe248 10