From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 13 May 2014 11:32:24 -0500 Subject: [U-Boot] [PATCH] powerpc/fman/memac: use default MDIO_HOLD value In-Reply-To: <1398162097-16504-1-git-send-email-shh.xie@gmail.com> References: <1398162097-16504-1-git-send-email-shh.xie@gmail.com> Message-ID: <53724918.30001@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 On 04/22/2014 05:21 AM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > Current driver uses a Maximum value for MDIO_HOLD when doing 10G MDIO > access, this is due to an errata A-006260 on T4 rev1.0 which is fixed > on rev2.0, so remove the maximum value to use the default value for rev2.0. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx/master. Thanks, York