From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 27 Sep 2013 10:53:43 -0700 Subject: [U-Boot] [PATCH][v2] powerpc/mpc85xx:Avoid fix clk groups for Cluster & HW accelerator In-Reply-To: <1378187415-7647-1-git-send-email-prabhakar@freescale.com> References: <1378187415-7647-1-git-send-email-prabhakar@freescale.com> Message-ID: <5245C627.4090404@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 09/02/2013 10:50 PM, Prabhakar Kushwaha wrote: > CHASSIS2 architecture never fix clock groups for Cluster and hardware > accelerator like PME, FMA. These are SoC defined. SoC defines :- > - NUM of PLLs present in the system > - Clusters and their Clock group > - hardware accelerator and their clock group > if no clock group, then platform clock divider for FMAN, PME > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Rebased with respect to below patch > "[PATCH][v2] powerpc/mpc85xx:Update processor defines for T1040" > Applied to u-boot-mpc85xx/next, pending merging to u-boot-mpc85xx/master branch. York