From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:57:00 -0700 Subject: [U-Boot] [PATCH][v2] board/b4860qds:Slow MDC clock to comply IEEE specs in PBI config In-Reply-To: <1394277305-18862-1-git-send-email-prabhakar@freescale.com> References: <1394277305-18862-1-git-send-email-prabhakar@freescale.com> Message-ID: <5358372C.1040607@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 03/08/2014 03:15 AM, Prabhakar Kushwaha wrote: > The MDC generate by default value of MDIO_CLK_DIV is too high i.e. higher > than 2.5 MHZ. It violates the IEEE specs. > > So Slow MDC clock to comply IEEE specs > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Update commit message Applied to u-boot-mpc85xx/master, thanks. York