1 From 7a67e72567a9b6104c7ebe134e710610cfb88a6e Mon Sep 17 00:00:00 2001
2 From: Sergey Matyukevich <geomatsi@gmail.com>
3 Date: Fri, 8 Dec 2017 23:11:29 +0300
4 Subject: [PATCH] arm64: dts: marvell: mcbin: add comphy references to Ethernet ports
6 This patch adds comphy phandles to the Ethernet ports in the mcbin
7 device tree. The comphy is used to configure the serdes PHYs used by
10 Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
11 Reviewed-by: Andrew Lunn <andrew@lunn.ch>
12 Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
13 Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
15 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 9 +++++++++
16 1 file changed, 9 insertions(+)
18 diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
19 index acf5c7d16d79..49d6590507b5 100644
20 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
21 +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
28 phy-mode = "10gbase-kr";
29 + /* Generic PHY, providing serdes lanes */
30 + phys = <&cpm_comphy4 0>;
40 phy-mode = "10gbase-kr";
41 + /* Generic PHY, providing serdes lanes */
42 + phys = <&cps_comphy4 0>;
46 /* CPS Lane 0 - J5 (Gigabit RJ45) */
51 + /* Generic PHY, providing serdes lanes */
52 + phys = <&cps_comphy0 1>;