aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-06-08 06:04:54 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-06-17 02:19:20 -0400
commit3c6912cdc88f0837caf1a55dec5845fc2f84be3a (patch)
treeb8bbbd6dbf8c2b0516e09943bcf31518d70c349c
parentb1a97f86b7359da7bbd7a8dd2900d62352c04644 (diff)
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>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-7040-db.dts2
-rw-r--r--arch/arm64/boot/dts/marvell/armada-8040-db.dts4
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
index 12442329b80f..771311051421 100644
--- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
@@ -162,6 +162,8 @@
162}; 162};
163 163
164&cpm_mdio { 164&cpm_mdio {
165 status = "okay";
166
165 phy0: ethernet-phy@0 { 167 phy0: ethernet-phy@0 {
166 reg = <0>; 168 reg = <0>;
167 }; 169 };
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-db.dts b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
index 3cde649f96e4..6af3c39bbb99 100644
--- a/arch/arm64/boot/dts/marvell/armada-8040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
@@ -125,6 +125,8 @@
125}; 125};
126 126
127&cpm_mdio { 127&cpm_mdio {
128 status = "okay";
129
128 phy1: ethernet-phy@1 { 130 phy1: ethernet-phy@1 {
129 reg = <1>; 131 reg = <1>;
130 }; 132 };
@@ -170,6 +172,8 @@
170}; 172};
171 173
172&cps_mdio { 174&cps_mdio {
175 status = "okay";
176
173 phy0: ethernet-phy@0 { 177 phy0: ethernet-phy@0 {
174 reg = <0>; 178 reg = <0>;
175 }; 179 };