summaryrefslogtreecommitdiff
path: root/board/samsung
diff options
context:
space:
mode:
authorChander Kashyap <chander.kashyap@linaro.org>2011-12-18 22:56:44 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-12 10:11:28 +0100
commitdb68bc2c2de15c6e5066427a2e5024667d886b9a (patch)
tree3313a4997fa793227485a1b26592a4b536dc12ca /board/samsung
parente619a0de936f52b7d57dd56e05139cb474baa18c (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>
Diffstat (limited to 'board/samsung')
0 files changed, 0 insertions, 0 deletions