public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1
@ 2015-10-26  5:51 Shengzhou Liu
  2015-11-02 21:03 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Shengzhou Liu @ 2015-10-26  5:51 UTC (permalink / raw)
  To: u-boot

T2081 rev 1.1 changes MEM_PLL_RAT in RCW which requires new parsing for ratio.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 arch/powerpc/cpu/mpc85xx/speed.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/powerpc/cpu/mpc85xx/speed.c b/arch/powerpc/cpu/mpc85xx/speed.c
index 79202bb..a48e743 100644
--- a/arch/powerpc/cpu/mpc85xx/speed.c
+++ b/arch/powerpc/cpu/mpc85xx/speed.c
@@ -127,7 +127,8 @@ void get_sys_info(sys_info_t *sys_info)
 	 * T2080 rev 1.1 and later also use half mem_pll comparing with rev 1.0
 	 */
 #if defined(CONFIG_PPC_T4240) || defined(CONFIG_PPC_T4160) || \
-	defined(CONFIG_PPC_T4080) || defined(CONFIG_PPC_T2080)
+	defined(CONFIG_PPC_T4080) || defined(CONFIG_PPC_T2080) || \
+	defined(CONFIG_PPC_T2081)
 	svr = get_svr();
 	switch (SVR_SOC_VER(svr)) {
 	case SVR_T4240:
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1
  2015-10-26  5:51 [U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 Shengzhou Liu
@ 2015-11-02 21:03 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2015-11-02 21:03 UTC (permalink / raw)
  To: u-boot



On 10/25/2015 10:51 PM, Shengzhou Liu wrote:
> T2081 rev 1.1 changes MEM_PLL_RAT in RCW which requires new parsing for ratio.
> 
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---

Applied to u-boot-mpc85xx, awaiting upstream. Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-02 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26  5:51 [U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 Shengzhou Liu
2015-11-02 21:03 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox