ipq806x: remove obsolete Kernel 5.4
[openwrt/openwrt.git] / target / linux / mvebu / patches-5.4 / 030-ARM-dts-turris-omnia-add-comphy-handle-to-eth2.patch
1 From 9ec25ef84832209a8326f9a71fe3ba14f4bcf301 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel@kernel.org>
3 Date: Sun, 15 Nov 2020 14:59:18 +0100
4 Subject: ARM: dts: turris-omnia: add comphy handle to eth2
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 The eth2 controller on Turris Omnia is connected to SerDes. For SFP to
10 be able to switch between 1G and 2.5G modes the comphy link has to be
11 defined.
12
13 Signed-off-by: Marek Behún <kabel@kernel.org>
14 Fixes: f3a6a9f3704a ("ARM: dts: add description for Armada 38x ...")
15 Reviewed-by: Andrew Lunn <andrew@lunn.ch>
16 Reviewed-by: Andreas Färber <afaerber@suse.de>
17 Cc: linux-arm-kernel@lists.infradead.org
18 Cc: Uwe Kleine-König <uwe@kleine-koenig.org>
19 Cc: Jason Cooper <jason@lakedaemon.net>
20 Cc: Gregory CLEMENT <gregory.clement@bootlin.com>
21 Cc: Rob Herring <robh+dt@kernel.org>
22 Cc: devicetree@vger.kernel.org
23 Signed-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 @@ -129,6 +129,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>;