NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbarm/56095: SOPINE Clusterboard unable to transmit network data



The following reply was made to PR port-evbarm/56095; it has been noted by GNATS.

From: snow flurry <snow%datagirl.xyz@localhost>
To: Tobias Nygren <tnn%NetBSD.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: port-evbarm/56095: SOPINE Clusterboard unable to transmit
 network data
Date: Tue, 6 Apr 2021 16:56:02 -0700

 Sure. This patch worked for me (produced the same dtb):
 
 --- sys/arch/arm/dts/sun50i-a64-sopine-baseboard.dts.orig   2021-04-06 21:50:12.873593543 +0000
 +++ sys/arch/arm/dts/sun50i-a64-sopine-baseboard.dts    2021-04-06 21:51:07.919416729 +0000
 @@ -33,6 +33,10 @@
     status = "okay";
  };
  
 +&emac {
 +   allwinner,tx-delay-ps = <500>;
 +};
 +
  &sound_hdmi {
     status = "okay";
  };
 


Home | Main Index | Thread Index | Old Index