board/aarch: styx: Fix SERDES connection to management CPU

Only port 2 has an SGMII compatible SERDES. When referencing the
SERDES (comphy), the second argument must contain the port number in
order for the comphy driver to pick the correct configuration.
This commit is contained in:
Tobias Waldekranz
2024-03-14 19:55:01 +01:00
committed by Joachim Wiberg
parent 68fac03f09
commit 3519f748e5
+2 -2
View File
@@ -227,10 +227,10 @@
/* ETH1 (Connection to BMC) */
&cp0_eth1 {
&cp0_eth2 {
status = "okay";
phy-mode = "sgmii";
phys = <&cp0_comphy5 0>;
phys = <&cp0_comphy5 2>;
managed = "in-band-status";
nvmem-cells = <&base_mac 0>;