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/arm/boot/dts/nxp/ls/ls1021a-iot.dts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/ls/ls1021a-iot.dts b/arch/arm/boot/dts/nxp/ls/ls1021a-iot.dts index e13ccae62..8d2438498 100644 --- a/arch/arm/boot/dts/nxp/ls/ls1021a-iot.dts +++ b/arch/arm/boot/dts/nxp/ls/ls1021a-iot.dts @@ -120,7 +120,10 @@ &enet1 { }; &enet2 { - fixed-link = <0 1 1000 0 0>; + fixed-link { + speed = <1000>; + full-duplex; + }; phy-connection-type = "rgmii-id"; status = "okay"; }; -- 2.51.0