From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 21 Jun 2010 10:56:48 -0700 Subject: [U-Boot] [PATCH v2] cpuat91: unbreak ethernet In-Reply-To: <1277106043-18392-1-git-send-email-eric@eukrea.com> References: <4C1F0072.70807@gmail.com> <1277106043-18392-1-git-send-email-eric@eukrea.com> Message-ID: <4C1FA7E0.3030907@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 Hi Eric, On 6/21/2010 12:40 AM, Eric B?nard wrote: > * the following problems are met : > config was set to use the new driver as a default but > - RMII was not enabled for the new driver > - the new driver didn't compile with RMII enabled > - the new driver initialize a PHY at address O when the PHY of > this board is at 1 thus we get "AT91 EMAC RMII: No PHY present" > > * to fix these problems, this patch : > - enable RMII for the new driver > - fix the wrong define used in the at91_emac.c > - allow the config file to set a default phy address (and use > 0 as a default as in the actual at91_emac.c driver) > > Signed-off-by: Eric B?nard > --- > Applied to net/next repo. regards, Ben