OSDN Git Service

arm64: dts: marvell: explicitly enable the mdio nodes for 7k/8k DB
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Thu, 8 Jun 2017 10:04:54 +0000 (12:04 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:19:20 +0000 (08:19 +0200)
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>
arch/arm64/boot/dts/marvell/armada-7040-db.dts
arch/arm64/boot/dts/marvell/armada-8040-db.dts

index 1244232..7713110 100644 (file)
 };
 
 &cpm_mdio {
+       status = "okay";
+
        phy0: ethernet-phy@0 {
                reg = <0>;
        };
index 3cde649..6af3c39 100644 (file)
 };
 
 &cpm_mdio {
+       status = "okay";
+
        phy1: ethernet-phy@1 {
                reg = <1>;
        };
 };
 
 &cps_mdio {
+       status = "okay";
+
        phy0: ethernet-phy@0 {
                reg = <0>;
        };