Skip to content

Commit

Permalink
MIPS: SEAD3: Correct Ethernet node name
Browse files Browse the repository at this point in the history
make dtbs_check:

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

Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
  • Loading branch information
geertu authored and tsbogend committed May 27, 2021
1 parent 33ae8f8 commit 5334d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/mti/sead3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
no-loopback-test;
};

eth@1f010000 {
ethernet@1f010000 {
compatible = "smsc,lan9115";
reg = <0x1f010000 0x10000>;
reg-io-width = <4>;
Expand Down

0 comments on commit 5334d98

Please sign in to comment.