From: Antoine Tenart <hidden> Date: 2017-09-21 07:54:06
Hi all,
This series improves the network support on Marvell 7k and 8k platforms
by adding descriptions of the comphy, and by using the comphy in already
available networking ports. The series also introduces a description of
the SFP ports on the Marvell Armada 7040-db and 8040-db.
Two defconfig patches also improve the Marvell ARM64 support by enabling
required options allowing to use the networking ports properly.
This series follows recent improvements in the PPv2 driver.
Based on v4.14-rc1, and tested on the Marvell Armada 7040-db, 8040-db
and 8040-mcbin.
Thanks!
Antoine
Since v1:
- Added comments in nodes using both a network PHY and a generic PHY.
- 4 patches were applied on mvebu trees.
Antoine Tenart (4):
arm64: dts: marvell: mcbin: add comphy references to Ethernet ports
arm64: dts: marvell: 7040-db: add comphy reference to Ethernet port
arm64: dts: marvell: 7040-db: enable the SFP port
arm64: dts: marvell: 8040-db: enable the SFP ports
arch/arm64/boot/dts/marvell/armada-7040-db.dts | 11 +++++++++++
arch/arm64/boot/dts/marvell/armada-8040-db.dts | 10 ++++++++++
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 9 +++++++++
3 files changed, 30 insertions(+)
--
2.13.5
From: Antoine Tenart <hidden> Date: 2017-09-21 07:54:07
This patch adds comphy phandles to the Ethernet ports in the mcbin
device tree. The comphy is used to configure the serdes PHYs used by
these ports.
Signed-off-by: Antoine Tenart <redacted>
---
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 9 +++++++++
1 file changed, 9 insertions(+)
From: Antoine Tenart <hidden> Date: 2017-09-21 07:54:08
This patch adds a comphy phandle to the Ethernet port in the 7040-db
device tree. The comphy is used to configure the serdes PHYs used by
these ports.
Signed-off-by: Antoine Tenart <redacted>
---
arch/arm64/boot/dts/marvell/armada-7040-db.dts | 3 +++
1 file changed, 3 insertions(+)
From: Antoine Tenart <hidden> Date: 2017-09-21 07:54:09
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 <redacted>
Tested-by: Marcin Wojtas <redacted>
---
arch/arm64/boot/dts/marvell/armada-7040-db.dts | 8 ++++++++
1 file changed, 8 insertions(+)
From: Antoine Tenart <hidden> Date: 2017-09-21 07:54:10
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 <redacted>
Tested-by: Marcin Wojtas <redacted>
---
arch/arm64/boot/dts/marvell/armada-8040-db.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
On Thu, Sep 21, 2017 at 09:54:07AM +0200, Antoine Tenart wrote:
This patch adds comphy phandles to the Ethernet ports in the mcbin
device tree. The comphy is used to configure the serdes PHYs used by
these ports.
Signed-off-by: Antoine Tenart <redacted>
Hi Antoine
This is much easier to understand. Thanks
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew