From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iain Paton Date: Fri, 25 Mar 2016 23:46:05 +0000 Subject: [U-Boot] [PATCH v3 3/4] net: phy: Force master mode A20-OLinuXino-Lime2 In-Reply-To: <1458801986-21625-4-git-send-email-haas@computerlinguist.org> References: <1458801986-21625-1-git-send-email-haas@computerlinguist.org> <1458801986-21625-4-git-send-email-haas@computerlinguist.org> Message-ID: <56F5CDBD.9030802@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24/03/16 06:46, Michael Haas wrote: > Force master mode on the A20-OLinuXino-Lime2. This change is required > to get a reliable link at gigabit speeds. > > Signed-off-by: Michael Haas Acked-by: Iain Paton Glad to see someone finally got to the bottom of this. On the boards I have I only see the problem intermittantly, perhaps 2% of boots so virtually impossible to know if anything fixed it. Is something needed in the kernel as well, or is it sufficient to do it in u-boot? Iain