diff options
author | Chander Kashyap <chander.kashyap@linaro.org> | 2011-12-18 22:56:44 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-12 10:11:28 +0100 |
commit | db68bc2c2de15c6e5066427a2e5024667d886b9a (patch) | |
tree | 3313a4997fa793227485a1b26592a4b536dc12ca /arch/arm/include/asm/arch-omap3 | |
parent | e619a0de936f52b7d57dd56e05139cb474baa18c (diff) | |
download | u-boot-imx-db68bc2c2de15c6e5066427a2e5024667d886b9a.zip u-boot-imx-db68bc2c2de15c6e5066427a2e5024667d886b9a.tar.gz u-boot-imx-db68bc2c2de15c6e5066427a2e5024667d886b9a.tar.bz2 |
Exynos: Fix ARM Clock frequency calculation
Earliar ARM clock frequency was calculated by:
MOUTAPLL/(DIVAPLL + 1) which is actually returning SCLKAPLL.
It is fixed by calculating it as follows:
ARMCLK=MOUTCORE / (DIVCORE + 1) / (DIVCORE2 + 1)
Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3')
0 files changed, 0 insertions, 0 deletions