arm64: dts: marvell: explicitly enable the mdio nodes for 7k/8k DB

Explicitly enable the MDIO nodes in the Marvell Armada 7k DB and Marvell
Armada 8k DB. This is needed as the MDIO nodes will be disabled in the
CP 110 slave and master dtsi by a following up patch.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Antoine Tenart 2017-06-08 12:04:54 +02:00 коммит произвёл Gregory CLEMENT
Родитель b1a97f86b7
Коммит 3c6912cdc8
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -162,6 +162,8 @@
};
&cpm_mdio {
status = "okay";
phy0: ethernet-phy@0 {
reg = <0>;
};

Просмотреть файл

@ -125,6 +125,8 @@
};
&cpm_mdio {
status = "okay";
phy1: ethernet-phy@1 {
reg = <1>;
};
@ -170,6 +172,8 @@
};
&cps_mdio {
status = "okay";
phy0: ethernet-phy@0 {
reg = <0>;
};