Commit 6b152604 authored by Gregory CLEMENT's avatar Gregory CLEMENT

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

MDIO has a reg property so the unit name should contain an address.
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 3a33467f
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment