Re: [U-Boot] [PATCH v2] arm: exynos: fix clock calculation

2013-07-09 Thread Minkyu Kang
On 09/07/13 16:56, Rajeshwari Birje wrote: > Looks fine to me. > > Acked-by: Rajeshwari Shinde > > On Tue, Jul 9, 2013 at 1:07 PM, Minkyu Kang wrote: >> There are differnce with clock calcuation by cpu variations. >> This patch will fix it according to user manual. >> >> Signed-off-by: Minkyu Ka

Re: [U-Boot] [PATCH v2] arm: exynos: fix clock calculation

2013-07-09 Thread Rajeshwari Birje
Looks fine to me. Acked-by: Rajeshwari Shinde On Tue, Jul 9, 2013 at 1:07 PM, Minkyu Kang wrote: > There are differnce with clock calcuation by cpu variations. > This patch will fix it according to user manual. > > Signed-off-by: Minkyu Kang > Signed-off-by: Rajeshwari Shinde > --- > Changes f

[U-Boot] [PATCH v2] arm: exynos: fix clock calculation

2013-07-09 Thread Minkyu Kang
There are differnce with clock calcuation by cpu variations. This patch will fix it according to user manual. Signed-off-by: Minkyu Kang Signed-off-by: Rajeshwari Shinde --- Changes for v2: - remove hard-coded constants. arch/arm/cpu/armv7/exynos/clock.c | 43 ++