ARM: dts: kirkwood: Remove address from dsa unit name
authorAndrew Lunn <andrew@lunn.ch>
Sun, 3 Apr 2016 02:03:45 +0000 (04:03 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 14 Apr 2016 17:05:52 +0000 (19:05 +0200)
The dsa node does not have a reg property, so remove the address from
the unit name.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/kirkwood-dir665.dts
arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
arch/arm/boot/dts/kirkwood-rd88f6281-a.dts
arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts
arch/arm/boot/dts/kirkwood-rd88f6281.dtsi

index 0473fcc..f548363 100644 (file)
                };
        };
 
-       dsa@0 {
+       dsa {
                compatible = "marvell,dsa";
                #address-cells = <2>;
                #size-cells = <0>;
index 6a8f59a..26fb610 100644 (file)
                };
        };
 
-       dsa@0 {
+       dsa {
                compatible = "marvell,dsa";
                #address-cells = <1>;
                #size-cells = <0>;
index f2e08b3..6f771a9 100644 (file)
@@ -19,7 +19,7 @@
        model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
        compatible = "marvell,rd88f6281-a", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
 
-       dsa@0 {
+       dsa {
                switch@0 {
                        reg = <10 0>;    /* MDIO address 10, switch 0 in tree */
                };
index f4272b6..1a79738 100644 (file)
@@ -19,7 +19,7 @@
        model = "Marvell RD88f6281 Reference design, with Z0 SoC";
        compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirkwood";
 
-       dsa@0 {
+       dsa {
                switch@0 {
                        reg = <0 0>;    /* MDIO address 0, switch 0 in tree */
                        port@4 {
index d195e88..5521426 100644 (file)
@@ -63,7 +63,7 @@
                };
        };
 
-       dsa@0 {
+       dsa {
                compatible = "marvell,dsa";
                #address-cells = <2>;
                #size-cells = <0>;