aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2021-05-20 15:58:38 +0200
committerThomas Bogendoerfer <[email protected]>2021-05-27 12:33:42 +0200
commit5334d983f38556c29e53884fc80f8bf9dc54412f (patch)
treebf97c27634e2663d1976711ebdf93b529be51761
parent33ae8f801ad8bec48e886d368739feb2816478f2 (diff)
MIPS: SEAD3: Correct Ethernet node name
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]>
-rw-r--r--arch/mips/boot/dts/mti/sead3.dts2
1 files changed, 1 insertions, 1 deletions
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>;