[PATCH 8/9] arm64: dts: marvell: 7040-db: enable the SFP port
Antoine Tenart
antoine.tenart at free-electrons.com
Mon Sep 18 00:58:13 PDT 2017
This patch enables the SFP port on the Armada 7040 DB as this port
is now supported by the PPv2 driver (since the PHY is now optional).
Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>
Tested-by: Marcin Wojtas <mw at semihalf.com>
---
arch/arm64/boot/dts/marvell/armada-7040-db.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
index 274d203dac13..9ca9aa8ec46e 100644
--- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
@@ -215,6 +215,12 @@
status = "okay";
};
+&cpm_eth0 {
+ status = "okay";
+ phy-mode = "10gbase-kr";
+ phys = <&cpm_comphy2 0>;
+};
+
&cpm_eth1 {
status = "okay";
phy = <&phy0>;
--
2.13.5
More information about the linux-arm-kernel
mailing list