
Since the Armbian sources refer to linux 4.19.76 as being linux-mainline, all the patches from linux-4.19 were moved to linux-mainline_4.19 and the linux_4.19.76 recipes was named accordingly. This patch makes 4.19.76 as default version for linux Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 679294497be31596e1c9c61507746d72b6b05f26 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Rodrigo=20Exterck=C3=B6tter=20Tj=C3=A4der?=
|
|
<rodrigo@tjader.xyz>
|
|
Date: Wed, 26 Sep 2018 19:48:24 +0000
|
|
Subject: [PATCH] arm64: dts: allwinner: a64: a64-olinuxino: set the PHY TX
|
|
delay
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
The PHY found on the A64-OLinuXino requires a TX delay in order to
|
|
operate properly. Olimex uses a 600ps second delay in their BSP, and
|
|
that has been found to work, so let's use that value in the current
|
|
DT.
|
|
|
|
Signed-off-by: Rodrigo Exterckötter Tjäder <rodrigo@tjader.xyz>
|
|
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
|
|
index 6ef3dd4c2389d..f7a4bccaa5d40 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts
|
|
@@ -105,6 +105,7 @@
|
|
phy-mode = "rgmii";
|
|
phy-handle = <&ext_rgmii_phy>;
|
|
phy-supply = <®_dcdc1>;
|
|
+ allwinner,tx-delay-ps = <600>;
|
|
status = "okay";
|
|
};
|
|
|