Re: [U-Boot] [PATCH] rockchip: clk: rk3399: 24MHz is not a power of 2

2017-04-01 Thread Simon Glass
On 25 March 2017 at 21:48, Simon Glass wrote: > On 24 March 2017 at 12:35, Philipp Tomsich > wrote: >> The clock driver for the RK3399 mistakenly used (24 * 2^20) where it >> should have used (24 * 10^6) in a few calculations. >> >> This commits fixes this. >> >> Signed-off-by: Philipp Tomsich >

Re: [U-Boot] [PATCH] rockchip: clk: rk3399: 24MHz is not a power of 2

2017-03-25 Thread Simon Glass
On 24 March 2017 at 12:35, Philipp Tomsich wrote: > The clock driver for the RK3399 mistakenly used (24 * 2^20) where it > should have used (24 * 10^6) in a few calculations. > > This commits fixes this. > > Signed-off-by: Philipp Tomsich > --- > > drivers/clk/rockchip/clk_rk3399.c | 4 ++-- > 1