Commit eb94ec64 authored by Gregory CLEMENT's avatar Gregory CLEMENT

ARM: dts: armada-370-xp: 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 avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 6f477f43
...@@ -172,7 +172,7 @@ partition@1000000 { ...@@ -172,7 +172,7 @@ partition@1000000 {
}; };
}; };
dsa@0 { dsa {
compatible = "marvell,dsa"; compatible = "marvell,dsa";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -301,7 +301,7 @@ gpio_fan { ...@@ -301,7 +301,7 @@ gpio_fan {
4500 1>; 4500 1>;
}; };
dsa@0 { dsa {
compatible = "marvell,dsa"; compatible = "marvell,dsa";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #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