From 6ca8df40e6715363a2e6bfc5c0b6994cda8b72a1 Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Fri, 27 Nov 2020 19:54:04 +0100 Subject: [PATCH] hw25: use lower (2nd) ethernet port --- board/nm/hw25/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/nm/hw25/board.c b/board/nm/hw25/board.c index b438fe7d6e..659940ea7b 100644 --- a/board/nm/hw25/board.c +++ b/board/nm/hw25/board.c @@ -1078,8 +1078,9 @@ static struct cpsw_platform_data cpsw_data = { .mdio_div = 0xff, .channels = 8, .cpdma_reg_ofs = 0x800, - .slaves = 1, + .slaves = 2, .slave_data = cpsw_slaves, + .active_slave = 1, .ale_reg_ofs = 0xd00, .ale_entries = 1024, .host_port_reg_ofs = 0x108,