From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 28 Apr 2015 09:13:32 -0700 Subject: [U-Boot] [PATCH] mpc85xx/T104xD4RDB: Add T104xD4RDB boards support In-Reply-To: References: <1427294782-17882-1-git-send-email-vijay.rai@freescale.com> Message-ID: <553FB1AC.3030603@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Rijay, On 04/28/2015 04:15 AM, Ciubotariu Codrin Constantin-B43658 wrote: >> >> #ifdef CONFIG_FMAN_ENET >> #if defined(CONFIG_T1040RDB) || defined(CONFIG_T1042RDB) >> -#define CONFIG_SYS_SGMII1_PHY_ADDR 0x03 >> +#define CONFIG_SYS_SGMII1_PHY_ADDR 0x03 >> +#elif defined(CONFIG_T1040D4RDB) || defined(CONFIG_T1042D4RDB) >> +#define CONFIG_SYS_SGMII1_PHY_ADDR 0x02 >> +#define CONFIG_SYS_SGMII2_PHY_ADDR 0x03 >> +#define CONFIG_SYS_SGMII3_PHY_ADDR 0x01 >> +#endif > > The PHY address for SGMII PHY connected to FM1 at DTSEC3 on T1040D4RDB should be 0x01, not 0x02 (CONFIG_SYS_SGMII1_PHY_ADDR). > Please check the PHY address. If you send a new patch, please rebase to the latest master. A change is needed in defconfig file. York