mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
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:
committed by
Joachim Wiberg
parent
68fac03f09
commit
3519f748e5
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user