diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-09-21 09:54:09 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-09-22 14:03:48 +0200 |
commit | 30967cfe30b9a84e38008c63d7866da29a550b14 (patch) | |
tree | f40ab19eef4cb8e0af59005742af2dd94788808e /arch/arm64/boot/dts/marvell/armada-7040-db.dts | |
parent | arm64: dts: marvell: 7040-db: add comphy reference to Ethernet port (diff) | |
download | linux-30967cfe30b9a84e38008c63d7866da29a550b14.tar.xz linux-30967cfe30b9a84e38008c63d7866da29a550b14.zip |
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 <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-7040-db.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-7040-db.dts | 8 |
1 files changed, 8 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 6e932a92cc8a..8588c6de3c8e 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 */ |