ARM: dts: kirkwood: Remove address from dsa unit name

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>
This commit is contained in:
Andrew Lunn 2016-04-03 04:03:45 +02:00 committed by Gregory CLEMENT
parent dab0833399
commit 689168aae9
5 changed files with 5 additions and 5 deletions

View file

@ -203,7 +203,7 @@
};
};
dsa@0 {
dsa {
compatible = "marvell,dsa";
#address-cells = <2>;
#size-cells = <0>;

View file

@ -121,7 +121,7 @@
};
};
dsa@0 {
dsa {
compatible = "marvell,dsa";
#address-cells = <1>;
#size-cells = <0>;

View 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 */
};

View 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 {

View file

@ -63,7 +63,7 @@
};
};
dsa@0 {
dsa {
compatible = "marvell,dsa";
#address-cells = <2>;
#size-cells = <0>;