mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 11:23:09 -04: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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user