mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
arm: mvebu: armada-xp-maxbcm.dts: Fix dtc warning
Fix this dtc warning: Warning (avoid_default_addr_size) Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
092cb733e9
commit
cc2afbd47b
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@
|
|||
};
|
||||
|
||||
mdio {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
phy0: ethernet-phy@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue