From: Geert Uytterhoeven Date: Thu, 20 May 2021 13:58:38 +0000 (+0200) Subject: MIPS: SEAD3: Correct Ethernet node name X-Git-Tag: v5.14-rc1~19^2~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5334d983f38556c29e53884fc80f8bf9dc54412f;p=linux-block.git MIPS: SEAD3: Correct Ethernet node name make dtbs_check: eth@1f010000: $nodename:0: 'eth@1f010000' does not match '^ethernet(@.*)?$' Signed-off-by: Geert Uytterhoeven Acked-by: Thomas Bogendoerfer Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/mti/sead3.dts b/arch/mips/boot/dts/mti/sead3.dts index 1cf6728af8fe..046c97a29710 100644 --- a/arch/mips/boot/dts/mti/sead3.dts +++ b/arch/mips/boot/dts/mti/sead3.dts @@ -244,7 +244,7 @@ no-loopback-test; }; - eth@1f010000 { + ethernet@1f010000 { compatible = "smsc,lan9115"; reg = <0x1f010000 0x10000>; reg-io-width = <4>;