Commit 689168aa authored by Andrew Lunn's avatar Andrew Lunn Committed by Gregory CLEMENT

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: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent dab08333
......@@ -203,7 +203,7 @@ wps {
};
};
dsa@0 {
dsa {
compatible = "marvell,dsa";
#address-cells = <2>;
#size-cells = <0>;
......
......@@ -121,7 +121,7 @@ wps {
};
};
dsa@0 {
dsa {
compatible = "marvell,dsa";
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -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 */
};
......
......@@ -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 {
......
......@@ -63,7 +63,7 @@ mvsdio@90000 {
};
};
dsa@0 {
dsa {
compatible = "marvell,dsa";
#address-cells = <2>;
#size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment