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 --- v2: - fix "Properties must precede subnodes" error --- 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..645588911 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts @@ -205,8 +205,11 @@ ethernet@ea000 { }; ethernet@f0000 { /* DTSEC9/10GEC1 */ - fixed-link = <1 1 10000 0 0>; phy-connection-type = "xgmii"; + fixed-link { + speed = <10000>; + full-duplex; + }; }; }; -- 2.51.0