From mboxrd@z Thu Jan 1 00:00:00 1970 From: Poonam Aggrwal Date: Mon, 22 Oct 2018 03:43:52 +0000 Subject: [U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value In-Reply-To: References: <1539006957-3461-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Bin Meng [mailto:bmeng.cn at gmail.com] > Sent: Monday, October 22, 2018 7:41 AM > To: York Sun > Cc: Poonam Aggrwal ; U-Boot Mailing List boot at lists.denx.de> > Subject: Re: [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value > > On Mon, Oct 15, 2018 at 1:21 PM Bin Meng wrote: > > > > On Mon, Oct 8, 2018 at 11:07 PM York Sun wrote: > > > > > > On 10/08/2018 06:51 AM, Bin Meng wrote: > > > > Per T1040RM (Rev. 1, 08/2015), the value of > > > > FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT is wrong and > should be > > > > 0x00000080 (bit 440 in the RCW). > > > > > > > > Signed-off-by: Bin Meng > > > > --- > > > > > > > > > Poonam, > > > > > > Please review and confirm on T1040. Thanks. > > > > > > > Ping ? > > Ping ? Apologies Bin, York for such late response.... The patch looks correct, the value of FSL_CORENET_RCWSR13_MAC2_GMII_SEL_ENET_PORT should be 0x80 indeed, I would suggest that I test it once that DTSEC2 RGMII works with this change, because I see more changes which could be required in drivers/fm/t1040.c...seems a goof up there as well. Kind Regards Poonam