]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: armada-375: Fixup ethernet child DT warning
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 9 Nov 2016 23:58:18 +0000 (00:58 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 19 Nov 2016 08:16:52 +0000 (09:16 +0100)
Child of mvpp2 ethernet do not have a reg property so the unit name
should not contain an address: remove them.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-375.dtsi

index e71aeb183da69df38e294b7a73eb9a15662ec44f..f515591e873314d356480104b5cf7f5ad40aa459 100644 (file)
                                clock-names = "pp_clk", "gop_clk";
                                status = "disabled";
 
-                               eth0: eth0@c4000 {
+                               eth0: eth0 {
                                        interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
                                        port-id = <0>;
                                        status = "disabled";
                                };
 
-                               eth1: eth1@c5000 {
+                               eth1: eth1 {
                                        interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
                                        port-id = <1>;
                                        status = "disabled";