commit | db68bc2c2de15c6e5066427a2e5024667d886b9a | [log] [tgz] |
---|---|---|
author | Chander Kashyap <chander.kashyap@linaro.org> | Sun Dec 18 22:56:44 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Feb 12 10:11:28 2012 +0100 |
tree | 3313a4997fa793227485a1b26592a4b536dc12ca | |
parent | e619a0de936f52b7d57dd56e05139cb474baa18c [diff] |
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>