board/aarch64: alder: Use in-band-status on USXGMII links

This avoids the issue with unidirectional links described in the
parent commit.
This commit is contained in:
Tobias Waldekranz
2024-04-23 07:57:32 +02:00
committed by Joachim Wiberg
parent d36899b49e
commit c9a30d20cb
+1
View File
@@ -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) \