From 3519f748e5bf08e38d6b4d1510388d09d5e75638 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 14 Mar 2024 16:04:00 +0100 Subject: [PATCH] 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. --- board/aarch64/dts/styx/styx.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/aarch64/dts/styx/styx.dtsi b/board/aarch64/dts/styx/styx.dtsi index 8ff2a12f..00bc7e38 100644 --- a/board/aarch64/dts/styx/styx.dtsi +++ b/board/aarch64/dts/styx/styx.dtsi @@ -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>;