]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 12442329b80f1147da2c59e4ab0dc91f30b5d5e3..771311051421c02a1ac691fee2f3affbd9ee0747 100644 (file)
 };
 
 &cpm_mdio {
+       status = "okay";
+
        phy0: ethernet-phy@0 {
                reg = <0>;
        };
index 3cde649f96e404c14032d78bda04cccd62f2c79e..6af3c39bbb991a4773dfc50e2c6e72874e0fb9e3 100644 (file)
 };
 
 &cpm_mdio {
+       status = "okay";
+
        phy1: ethernet-phy@1 {
                reg = <1>;
        };
 };
 
 &cps_mdio {
+       status = "okay";
+
        phy0: ethernet-phy@0 {
                reg = <0>;
        };