mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
6f477f43f9
commit
eb94ec6423
@ -172,7 +172,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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 @@
|
|||||||
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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user