2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 15:43:59 +08:00

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 @@
<0xc100 0x100>;
};
mdio: mdio {
mdio: mdio@c0054 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,orion-mdio";