Resolve network issue on Clusterboard (#2396)

* Resolve network issue on Clusterboard

A long-known issue with Clusterboard is that SOpine does see network interface but no traffic is getting through. This solution has been described in many forum discussions and has proven to work:

https://forum.armbian.com/topic/9402-ethernet-not-working-on-sopine-module/

* Port the rgmii-txid patch for SOpine in Clusterboard

From https://github.com/CallMeFoxie/EmbeddedBOINC/blob/master/buildsteps/patches/kernel/pine64-network-new.patch
This commit is contained in:
Paweł Krawczyk 2020-12-02 19:58:10 +00:00 committed by GitHub
parent e107f37475
commit 0eea768c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2824,7 +2824,7 @@
interrupt-names = "gmacirq";
clocks = <0x8f>;
clock-names = "gmac";
phy-mode = "rgmii";
phy-mode = "rgmii-txid";
tx-delay = <0x3>;
rx-delay = <0x0>;
gmac_power1 = "axp81x_dc1sw:0";