From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:36:29 -0700 Subject: [U-Boot] [PATCH][v2] powerpc/mpc85xx: Add Differential SYSCLK config support T1040 In-Reply-To: <1397553292-5668-1-git-send-email-nikhil.badola@freescale.com> References: <1397553292-5668-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <5358406D.4030308@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/15/2014 02:14 AM, Nikhil Badola wrote: > Adds support for clock sourcing from sysclk(100MHz) for usb > on T104xRDB and T1040QDS. This requires changing reference divisor > and multiplication factor to derive usb clock from sysclk. > > Signed-off-by: Nikhil Badola > --- > Dependency on patch http://patchwork.ozlabs.org/patch/339164/ > Changes for v2: > - Changed patch heading > Applied to u-boot-mpc85xx/master, thanks. York