diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-06-19 03:37:29 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-20 05:38:19 -0400 |
commit | 6691565fb8b7c426adf369b7130944a179af9e69 (patch) | |
tree | 4ae1e656fe4ad7f3b996dcc5acf9592d085256f0 | |
parent | f66b2aff46eaf0825dbe1560e28fcb845dd2a215 (diff) |
arm64: dts: marvell: mcbin: enable the mdio node
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>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts index fe56efcfcefe..4968e731de61 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | |||
@@ -116,6 +116,8 @@ | |||
116 | }; | 116 | }; |
117 | 117 | ||
118 | &cpm_mdio { | 118 | &cpm_mdio { |
119 | status = "okay"; | ||
120 | |||
119 | ge_phy: ethernet-phy@0 { | 121 | ge_phy: ethernet-phy@0 { |
120 | reg = <0>; | 122 | reg = <0>; |
121 | }; | 123 | }; |