From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Wed, 27 Jan 2016 14:00:11 +0100 Subject: [U-Boot] [U-Boot, v3] net: macb: Not all the GEM are gigabit capable In-Reply-To: <1450273834-29169-1-git-send-email-gregory.clement@free-electrons.com> (from Gregory CLEMENT on Wed, 16 Dec 2015 14:50:34 +0100) References: <1450273834-29169-1-git-send-email-gregory.clement@free-electrons.com> Message-ID: <1453899611-4302-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Gregory CLEMENT, Gregory CLEMENT writes: >During the initialization of PHY the gigabit bit capable is set if the >controller is a GEM. However, for sama5d2 and sama5d4, the GEM is >configured to support only 10/100. > >Improperly setting the GBE capability leads to an unresponsive MAC >controller. This patch fixes this behavior allowing using the gmac with >these SoCs. > >Suggested-by: Nicolas Ferre >Signed-off-by: Gregory CLEMENT >Acked-by: Nicolas Ferre >Acked-by: Joe Hershberger >Reviewed-by: Andreas Bie?mann >[fixed minor checkpatch warning] >Signed-off-by: Andreas Bie?mann >--- >Hi, > >in this v3, I fixed the sama5d2 typo and the missing brace. > >I also took care of the cpu_is_* symbols which may not be defined >depending of the choice of the SoC. > >Gregory > >drivers/net/macb.c | 21 +++++++++++++++++++-- > 1 file changed, 19 insertions(+), 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bie?mann