From: Antoine Tenart Date: Thu, 21 Sep 2017 07:54:09 +0000 (+0200) Subject: arm64: dts: marvell: 7040-db: enable the SFP port X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=30967cfe30b9a84e38008c63d7866da29a550b14;p=linux.git arm64: dts: marvell: 7040-db: enable the SFP port 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 Tested-by: Marcin Wojtas Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts index 6e932a92cc8ad..8588c6de3c8e5 100644 --- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts @@ -217,6 +217,14 @@ status = "okay"; }; +&cpm_eth0 { + status = "okay"; + /* Network PHY */ + phy-mode = "10gbase-kr"; + /* Generic PHY, providing serdes lanes */ + phys = <&cpm_comphy2 0>; +}; + &cpm_eth1 { status = "okay"; /* Network PHY */