diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-09-21 09:54:10 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-09-22 14:03:54 +0200 |
commit | 0539cbb55ceeb46c1ad20ad97c9b0ceaa0e4ee1f (patch) | |
tree | 874055b7f5794a8cec45f6d1173e38bfbad49f23 /arch/arm64/boot | |
parent | 30967cfe30b9a84e38008c63d7866da29a550b14 (diff) | |
download | linux-stable-0539cbb55ceeb46c1ad20ad97c9b0ceaa0e4ee1f.tar.gz linux-stable-0539cbb55ceeb46c1ad20ad97c9b0ceaa0e4ee1f.tar.bz2 linux-stable-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')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-8040-db.dts | 10 |
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>; |