diff options
author | Stefan Roese <sr@denx.de> | 2020-08-10 10:16:53 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-08-13 12:07:05 +0200 |
commit | 092cb733e9a432e6cd3ce2667480c8fd69db2aa7 (patch) | |
tree | 4afbafe7e0b6c43788b299c1ba91a1e275d0114e /arch | |
parent | dbfca734d0e2b36a966be066cb2dc15e0fc71c85 (diff) | |
download | u-boot-092cb733e9a432e6cd3ce2667480c8fd69db2aa7.tar.gz u-boot-092cb733e9a432e6cd3ce2667480c8fd69db2aa7.tar.bz2 u-boot-092cb733e9a432e6cd3ce2667480c8fd69db2aa7.zip |
arm: mvebu: armada-xp-theadorable.dts: Fix dtc warning
Fix this dtc warning:
Warning (avoid_default_addr_size)
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/armada-xp-theadorable.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts index 5b18d62c3c..6a1df870ab 100644 --- a/arch/arm/dts/armada-xp-theadorable.dts +++ b/arch/arm/dts/armada-xp-theadorable.dts @@ -107,6 +107,8 @@ }; mdio { + #address-cells = <1>; + #size-cells = <0>; phy0: ethernet-phy@0 { reg = <0>; }; |