The old array-type fixed-link binding has been deprecated for more than 10 yrs. Switch to the new binding. Signed-off-by: Heiner Kallweit --- arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts index e850551b1..2e6fd153f 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts @@ -205,7 +205,10 @@ ethernet@ea000 { }; ethernet@f0000 { /* DTSEC9/10GEC1 */ - fixed-link = <1 1 10000 0 0>; + fixed-link { + speed = <10000>; + full-duplex; + }; phy-connection-type = "xgmii"; }; }; -- 2.51.0