mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-09 14:39:14 +00:00
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:
parent
e107f37475
commit
0eea768c86
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue