Commit e7406f86 authored by Vladimir Oltean's avatar Vladimir Oltean Committed by Shawn Guo
Browse files

arm64: dts: ls1028a-qds-65bb: don't use in-band autoneg for 2500base-x



The Lynx PCS integrated with ENETC port 0 does not support in-band
autoneg for the 2500base-x SERDES protocol, and prints errors from its
phylink methods. Furthermore, the AQR112 card used for these boards does
not expect in-band autoneg either. So delete the extraneous property.

Fixes: e426d63e ("arm64: dts: ls1028a-qds: add overlays for various serdes protocols")
Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent af7d78c9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
&enetc_port0 {
	phy-handle = <&slot1_sgmii>;
	phy-mode = "2500base-x";
	managed = "in-band-status";
	status = "okay";
};