Re: [U-Boot] [PATCH 3/4] powerpc, 8xx: Properly set CPM frequency in the device tree

2017-06-23 Thread Wolfgang Denk
Dear Christophe Leroy, In message <243f0cadb778fb5186d026bf0900fde56487e636.1498132599.git.christophe.le...@c-s.fr> you wrote: > For processors whose core runs at twice the bus frequency, > the fallback frequency calculation in Linux provides a wrong > result. Therefore, U-boot needs to pass the

Re: [U-Boot] [PATCH 3/4] powerpc, 8xx: Properly set CPM frequency in the device tree

2017-06-23 Thread Tom Rini
On Fri, Jun 23, 2017 at 02:57:42PM +0200, Christophe Leroy wrote: > For processors whose core runs at twice the bus frequency, > the fallback frequency calculation in Linux provides a wrong > result. Therefore, U-boot needs to pass the correct value. > > Signed-off-by: Christophe Leroy Reviewed

[U-Boot] [PATCH 3/4] powerpc, 8xx: Properly set CPM frequency in the device tree

2017-06-23 Thread Christophe Leroy
For processors whose core runs at twice the bus frequency, the fallback frequency calculation in Linux provides a wrong result. Therefore, U-boot needs to pass the correct value. Signed-off-by: Christophe Leroy --- arch/powerpc/cpu/mpc8xx/fdt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git