diff mbox series

[4/5] MIPS: SEAD3: Correct Ethernet node name

Message ID b708fdb009912cf247ef257dce519c52889688d8.1621518686.git.geert+renesas@glider.be
State New
Headers show
Series sms911x: DTS fixes and DT binding to json-schema conversion | expand

Commit Message

Geert Uytterhoeven May 20, 2021, 1:58 p.m. UTC
make dtbs_check:

    eth@1f010000: $nodename:0: 'eth@1f010000' does not match '^ethernet(@.*)?$'

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/mips/boot/dts/mti/sead3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Geert Uytterhoeven May 27, 2021, 9:44 a.m. UTC | #1
Hi Thomas,

On Thu, May 20, 2021 at 5:08 PM Thomas Bogendoerfer
<tsbogend@alpha.franken.de> wrote:
> On Thu, May 20, 2021 at 03:58:38PM +0200, Geert Uytterhoeven wrote:

> > make dtbs_check:

> >

> >     eth@1f010000: $nodename:0: 'eth@1f010000' does not match '^ethernet(@.*)?$'

> >

> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> > ---

> >  arch/mips/boot/dts/mti/sead3.dts | 2 +-

> >  1 file changed, 1 insertion(+), 1 deletion(-)

>

> Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>


Can you please take this through the MIPS tree?
Thanks!

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Thomas Bogendoerfer May 27, 2021, 10:36 a.m. UTC | #2
On Thu, May 27, 2021 at 11:44:27AM +0200, Geert Uytterhoeven wrote:
> Hi Thomas,

> 

> On Thu, May 20, 2021 at 5:08 PM Thomas Bogendoerfer

> <tsbogend@alpha.franken.de> wrote:

> > On Thu, May 20, 2021 at 03:58:38PM +0200, Geert Uytterhoeven wrote:

> > > make dtbs_check:

> > >

> > >     eth@1f010000: $nodename:0: 'eth@1f010000' does not match '^ethernet(@.*)?$'

> > >

> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> > > ---

> > >  arch/mips/boot/dts/mti/sead3.dts | 2 +-

> > >  1 file changed, 1 insertion(+), 1 deletion(-)

> >

> > Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

> 

> Can you please take this through the MIPS tree?


sure, applied now.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/mti/sead3.dts b/arch/mips/boot/dts/mti/sead3.dts
index 1cf6728af8fee1b6..046c97a297103fbf 100644
--- a/arch/mips/boot/dts/mti/sead3.dts
+++ b/arch/mips/boot/dts/mti/sead3.dts
@@ -244,7 +244,7 @@  uart1: uart@1f000800 {
 		no-loopback-test;
 	};
 
-	eth@1f010000 {
+	ethernet@1f010000 {
 		compatible = "smsc,lan9115";
 		reg = <0x1f010000 0x10000>;
 		reg-io-width = <4>;