From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 20:34:24 -0700 Subject: [U-Boot] [PATCH 2/2 v2] powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in some case In-Reply-To: <1460970256-38904-2-git-send-email-ying.zhang@freescale.com> References: <1460970256-38904-1-git-send-email-ying.zhang@freescale.com> <1460970256-38904-2-git-send-email-ying.zhang@freescale.com> Message-ID: <57451D40.6000008@nxp.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 04/18/2016 02:13 AM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > When using rcw protocols to support 10G on MAC9 and MAC10, these MACs > should not be identified as 1G interface, otherwise, one MAC will be > listed as two Ethernet ports. For example, MAC9 will be listed as > FM1 at TGEC1 and FM1 at DTSEC9. > > Signed-off-by: Ying Zhang > --- > [changed from v1]: > --- update the commit message. > > drivers/net/fm/t4240.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-mpc85xx master branch, awaiting upstream. Thanks. York