[PATCH 2/4] arm: mvebu: armada-xp-maxbcm.dts: Fix dtc warning
Stefan Roese
sr at denx.de
Mon Aug 10 10:16:54 CEST 2020
Fix this dtc warning:
Warning (avoid_default_addr_size)
Signed-off-by: Stefan Roese <sr at denx.de>
---
arch/arm/dts/armada-xp-maxbcm.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/dts/armada-xp-maxbcm.dts b/arch/arm/dts/armada-xp-maxbcm.dts
index 921eb70862..d2b07f74cf 100644
--- a/arch/arm/dts/armada-xp-maxbcm.dts
+++ b/arch/arm/dts/armada-xp-maxbcm.dts
@@ -177,6 +177,9 @@
};
mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
phy0: ethernet-phy at 0 {
reg = <0>;
};
--
2.28.0
More information about the U-Boot
mailing list