]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: marvell: mcbin: enable the mdio node
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 19 Jun 2017 07:37:29 +0000 (09:37 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 20 Jun 2017 09:38:19 +0000 (11:38 +0200)
Since the mdio nodes are disabled by default now, we should explicitly
enable these nodes at the board level when they are used. Enable the
cpm_mdio node for the 8040-mcbin.

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-8040-mcbin.dts

index fe56efcfcefeb5f77c724ccde0c54e73bc37278b..4968e731de612e3f781bed2760a0131cb5b42d55 100644 (file)
 };
 
 &cpm_mdio {
+       status = "okay";
+
        ge_phy: ethernet-phy@0 {
                reg = <0>;
        };