ARM: dts: armada-375: Fixup mdio DT warning

MDIO has a reg property so the unit name should contain an address.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Gregory CLEMENT
2016-11-10 00:05:33 +01:00
parent 3a33467f42
commit 6b15260482

View File

@@ -203,7 +203,7 @@ gic: interrupt-controller@d000 {
<0xc100 0x100>;
};
mdio: mdio {
mdio: mdio@c0054 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,orion-mdio";