646e0b50df
- 0003-dts-pinetab-add-missing-bma223-ohci1.patch
The original patch added a node for BMA223 and a node for ohci1.
The former is already present in upstream, so the new patch
0003-dts-pinetab-add-missing-ohci1.patch only adds the latter.
- 0004-arm64-dts-allwinner-Add-bluetooth-node-to-the-PineTa.patch
The patch is now present in upstream so it has been removed.
However it's worth noting that upstream's node has the wake GPIOs
reversed from the original patch. The original patch added:
device-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
host-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
... while upstream has:
device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */
host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
This has not been tested on a PineTab.
- 0005-dts-pinetab-make-audio-routing-consistent-with-pinep.patch
The first hunk of the patch is in upstream and has been removed.
- 0013-Revert-usb-quirks-Add-USB_QUIRK_RESET-for-Quectel-EG25G-Modem.patch
This patch reverted upstream commit that was present until v6.7
( f9e3e7ea4e
)
but is not present in v6.8, so the patch has been removed.
- 0014-usb-serial-option-add-reset-resume-callback-for-WWAN.patch
The patch is now present in upstream so it has been removed.
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
From d56368fa74d6df080b918b01515aef4f519f02fe Mon Sep 17 00:00:00 2001
|
|
From: Maxim Karasev <begs@disroot.org>
|
|
Date: Sat, 4 Sep 2021 14:56:01 +0300
|
|
Subject: [PATCH] arm64: dts: allwinner: orangepi-3: fix ethernet
|
|
|
|
This patch will apply only over Megi's tree. It's based on a larger
|
|
patch from LibreELEC tree.
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
|
index 218c26c59429..a424eded0016 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
|
@@ -145,7 +145,7 @@ hdmi_out_con: endpoint {
|
|
&emac {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&ext_rgmii_pins>;
|
|
- phy-mode = "rgmii-id";
|
|
+ phy-mode = "rgmii-txid";
|
|
phy-handle = <&ext_rgmii_phy>;
|
|
/*
|
|
* The board uses 2.5V RGMII signalling. Power sequence to enable
|
|
@@ -155,8 +155,8 @@ &emac {
|
|
*/
|
|
phy-supply = <®_aldo2>;
|
|
phy-io-supply = <®_gmac_2v5>;
|
|
- allwinner,rx-delay-ps = <200>;
|
|
- allwinner,tx-delay-ps = <200>;
|
|
+ allwinner,rx-delay-ps = <1500>;
|
|
+ allwinner,tx-delay-ps = <700>;
|
|
status = "okay";
|
|
};
|
|
|
|
--
|
|
2.44.0
|
|
|