From f19a937eda476e29f4b5477e76d8271ed3b90cdf Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 9 Jan 2024 13:07:14 +0000 Subject: [PATCH] omnia needs MARVELL_PHY for the WAN port to work interestingly, we only see this when it boots from mmc, because for tftpboot the bootloader has already performed negotiation and therefore it works despite the missing option. --- devices/turris-omnia/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/turris-omnia/default.nix b/devices/turris-omnia/default.nix index 9404a28..848a729 100644 --- a/devices/turris-omnia/default.nix +++ b/devices/turris-omnia/default.nix @@ -130,6 +130,7 @@ MVNETA_BM_ENABLE = "y"; SRAM = "y"; # mmio-sram is "compatible" for bm_bppi reqd by BM PHY_MVEBU_A38X_COMPHY = "y"; # for eth2 + MARVELL_PHY = "y"; MVPP2 = "y"; MV_XOR = "y";