From: Geert Uytterhoeven Date: Thu, 20 May 2021 13:58:36 +0000 (+0200) Subject: ARM: dts: imx53-ard: Correct Ethernet node name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c147690231b65a1e56840453cc8e2f92950e076;p=linux.git ARM: dts: imx53-ard: Correct Ethernet node name make dtbs_check: lan9220@f4000000: $nodename:0: 'lan9220@f4000000' does not match '^ethernet(@.*)?$' Signed-off-by: Geert Uytterhoeven Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53-ard.dts b/arch/arm/boot/dts/imx53-ard.dts index 9a2e1fde71287..6208fbb2e7410 100644 --- a/arch/arm/boot/dts/imx53-ard.dts +++ b/arch/arm/boot/dts/imx53-ard.dts @@ -24,7 +24,7 @@ reg = <0xf4000000 0x3ff0000>; ranges; - lan9220@f4000000 { + ethernet@f4000000 { compatible = "smsc,lan9220", "smsc,lan9115"; reg = <0xf4000000 0x2000000>; phy-mode = "mii";