blob: 3c7ec2411be13d5b6c5afdd788c5ee8b4f5108de [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 9ec25ef84832209a8326f9a71fe3ba14f4bcf301 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel@kernel.org>
3Date: Sun, 15 Nov 2020 14:59:18 +0100
4Subject: ARM: dts: turris-omnia: add comphy handle to eth2
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9The eth2 controller on Turris Omnia is connected to SerDes. For SFP to
10be able to switch between 1G and 2.5G modes the comphy link has to be
11defined.
12
13Signed-off-by: Marek Behún <kabel@kernel.org>
14Fixes: f3a6a9f3704a ("ARM: dts: add description for Armada 38x ...")
15Reviewed-by: Andrew Lunn <andrew@lunn.ch>
16Reviewed-by: Andreas Färber <afaerber@suse.de>
17Cc: linux-arm-kernel@lists.infradead.org
18Cc: Uwe Kleine-König <uwe@kleine-koenig.org>
19Cc: Jason Cooper <jason@lakedaemon.net>
20Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
21Cc: Rob Herring <robh+dt@kernel.org>
22Cc: devicetree@vger.kernel.org
23Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
24---
25 arch/arm/boot/dts/armada-385-turris-omnia.dts | 1 +
26 1 file changed, 1 insertion(+)
27
28--- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
29+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
30@@ -135,6 +135,7 @@
31 status = "okay";
32 phy-mode = "sgmii";
33 phy = <&phy1>;
34+ phys = <&comphy5 2>;
35 buffer-manager = <&bm>;
36 bm,pool-long = <2>;
37 bm,pool-short = <3>;