arm64: dts: ls1028a-qds-65bb: don't use in-band autoneg for 2500base-x
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 2 Aug 2022 13:50:06 +0000 (16:50 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 21 Aug 2022 13:31:51 +0000 (21:31 +0800)
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: e426d63e752b ("arm64: dts: ls1028a-qds: add overlays for various serdes protocols")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-65bb.dts

index 40d34c8384a5e10392896320a383a449559df086..b949cac0374272714a1d1d66e6d8238ceb726d22 100644 (file)
@@ -25,7 +25,6 @@
 &enetc_port0 {
        phy-handle = <&slot1_sgmii>;
        phy-mode = "2500base-x";
-       managed = "in-band-status";
        status = "okay";
 };