From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 21 Mar 2016 23:00:55 +0100 Subject: [U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2 In-Reply-To: <962D96B2-A6B2-4C07-A7CB-E9D4C8C740AA@computerlinguist.org> References: <20160316203642.GC1817@excalibur.cnev.de> <56EA4097.3010500@computerlinguist.org> <56EA8C5E.1070701@redhat.com> <56EC78F7.80507@computerlinguist.org> <56ed1046.857ac20a.dc7f4.ffffb08e@mx.google.com> <56ED1C96.30708@redhat.com> <56ED56BF.8040304@computerlinguist.org> <56EEA975.6060301@redhat.com> <56EEC18A.1040807@computerlinguist.org> <56EEF128.4020704@redhat.com> <20160321154714.GA4751@excalibur.cnev.de> <56F04437.5010205@computerlinguist.org> <56F060A6.1080002@redhat.com> <56F0613A.2080400@redhat.com> <962D96B2-A6B2-4C07-A7CB-E9D4C8C740AA@computerlinguist.org> Message-ID: <56F06F17.20009@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 21-03-16 22:47, Michael Haas wrote: >> Hmm, I just realized / read that RTL8211B and RTL8211C have the same > phyid, maybe there is some other reg which we can use to differentiate between them ? > >> Otherwise we are back to having a #ifdef for the fix ... > >> Regards, > > Hans > > > The BSD people seem to key off a revision field, which has value 3 for the rtl8211c: > > https://lists.freebsd.org/pipermail/svn-src-stable-9/2015-March/007669.html And another good catch, yes that looks like it should work. Now all we need to do is turn all this info into a proper patch. Regards, Hans