Re: [U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1

2015-11-02 Thread York Sun
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 > --- Applied to u-boot-mpc85xx, awaiting upstream. Thanks. York ___ U-Boot mailing list U

[U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1

2015-10-25 Thread Shengzhou Liu
T2081 rev 1.1 changes MEM_PLL_RAT in RCW which requires new parsing for ratio. Signed-off-by: Shengzhou Liu --- 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