summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/armada-8040-db.dts
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-09-21 09:54:10 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-09-22 14:03:54 +0200
commit0539cbb55ceeb46c1ad20ad97c9b0ceaa0e4ee1f (patch)
tree874055b7f5794a8cec45f6d1173e38bfbad49f23 /arch/arm64/boot/dts/marvell/armada-8040-db.dts
parentarm64: dts: marvell: 7040-db: enable the SFP port (diff)
downloadlinux-0539cbb55ceeb46c1ad20ad97c9b0ceaa0e4ee1f.tar.xz
linux-0539cbb55ceeb46c1ad20ad97c9b0ceaa0e4ee1f.zip
arm64: dts: marvell: 8040-db: enable the SFP ports
This patch enables the SFP ports on the Armada 8040 DB as these ports are now supported by the PPv2 driver (since the PHY is now optional). Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Tested-by: Marcin Wojtas <mw@semihalf.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-8040-db.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-8040-db.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-8040-db.dts b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
index 2a9b68ea7392..2e794188d7ab 100644
--- a/arch/arm64/boot/dts/marvell/armada-8040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-8040-db.dts
@@ -202,6 +202,11 @@
status = "okay";
};
+&cpm_eth0 {
+ status = "okay";
+ phy-mode = "10gbase-kr";
+};
+
&cpm_eth2 {
status = "okay";
phy = <&phy1>;
@@ -246,6 +251,11 @@
status = "okay";
};
+&cps_eth0 {
+ status = "okay";
+ phy-mode = "10gbase-kr";
+};
+
&cps_eth1 {
status = "okay";
phy = <&phy0>;