aboutsummaryrefslogtreecommitdiff
path: root/board/isee/igep0020/igep0020.c
diff options
context:
space:
mode:
authorLaurence Withers <lwithers@guralp.com>2012-07-30 23:30:37 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-08-05 22:02:40 +0200
commit8abcd8ab962cd5fb2a4c025e7c7b62a9faf4aa08 (patch)
tree194059d2996f4f6b29010342f600ccacb2aeff2b /board/isee/igep0020/igep0020.c
parent87e3917ecb412d7f3f8f3e1f572b37fc892202dc (diff)
DaVinci DA8xx: fix set_cpu_clk_info()
For the DA8xx family of SoCs, the set_cpu_clk_info() function was not initialising the DSP frequency, leading to 'bdinfo' command output such as: [...snip...] ARM frequency = 300 MHz DSP frequency = -536870913 MHz DDR frequency = 300 MHz This commit provides a separate implementation of set_cpu_clk_info() for the DA8xx SoCs that initialises the DSP frequency to zero (since currently the DSP is not enabled by U-Boot on any DA8xx platform). The separate implementation is justified because there is no common code between DA8xx and the other SoC families. It is now much easier to understand the flow of the two separate functions. Signed-off-by: Laurence Withers <lwithers@guralp.com> Cc: Tom Rini <trini@ti.com> Cc: Hadli, Manjunath <manjunath.hadli@ti.com> Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/isee/igep0020/igep0020.c')
0 files changed, 0 insertions, 0 deletions