From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH RFC 3/3] [RFC] ARM: shmobile: genmai: Enable r7s72100-gether Date: Wed, 25 Dec 2013 00:43:41 +0300 Message-ID: <52BA000D.1050200@cogentembedded.com> References: <1387095886-15163-1-git-send-email-horms+renesas@verge.net.au> <1387095886-15163-4-git-send-email-horms+renesas@verge.net.au> <52AE11A7.6090407@cogentembedded.com> <20131216013054.GA3192@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , netdev@vger.kernel.org, linux-sh@vger.kernel.org, Magnus Damm To: Simon Horman Return-path: In-Reply-To: <20131216013054.GA3192@verge.net.au> Sender: linux-sh-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 12/16/2013 04:30 AM, Simon Horman wrote: >> You forgot to sign off. >> [...] >>> diff --git a/arch/arm/mach-shmobile/board-genmai.c b/arch/arm/mach-shmobile/board-genmai.c >>> index 3e92e3c..838325b 100644 >>> --- a/arch/arm/mach-shmobile/board-genmai.c >>> +++ b/arch/arm/mach-shmobile/board-genmai.c >>> @@ -20,15 +20,35 @@ >>> >>> #include >>> #include >>> +#include >>> #include >>> +#include >>> #include >>> #include >>> #include >>> >>> +/* GEther */ >>> +static const struct sh_eth_plat_data gether_pdata __initconst = { >>> + .phy = 0x00, /* PD60610 */ >>> + .edmac_endian = EDMAC_LITTLE_ENDIAN, >>> + .phy_interface = PHY_INTERFACE_MODE_MII, >> Does MII work for Gigabit Ethernet? > My understanding is that although the SH ethernet block on > the SoC supports Gigabit it is only wired up to allow 100Mbit > access on the board and that MII is the interface used. No, it's the SoC manual that limits the Ethernet speed to 100 Mbps. WBR, Sergei