From c9a30d20cbce6d40ae58a28c4365ffff4690a1bb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 23 Apr 2024 00:09:32 +0200 Subject: [PATCH] board/aarch64: alder: Use in-band-status on USXGMII links This avoids the issue with unidirectional links described in the parent commit. --- board/aarch64/dts/alder/alder.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/board/aarch64/dts/alder/alder.dtsi b/board/aarch64/dts/alder/alder.dtsi index 4a300a35..9d527504 100644 --- a/board/aarch64/dts/alder/alder.dtsi +++ b/board/aarch64/dts/alder/alder.dtsi @@ -354,6 +354,7 @@ #define XSWP(_n, _label, _mac_offs, _phy) \ port@_n { \ SWP_COMMON(_n, _label, _mac_offs, "usxgmii", _phy); \ + managed = "in-band-status"; \ } #define GSWP(_n, _label, _mac_offs, _phy) \