]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
davinci: display correct clock info
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 15 May 2009 21:47:12 +0000 (23:47 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:49 +0000 (20:39 +0200)
commit7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
tree6080253e837c7f4f79f662a51ab1fe5d13448423
parentdaea928829098cae3c9ec6b801e52ba616725034
davinci: display correct clock info

Move the clock-rate dumping code into the cpu/.../davinci area
where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
updating the format and showing the DSP clock (where relevant).

Switch boards to use the cpuinfo() hook for this stuff.

Remove a few now-obsolete PLL #defines.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
13 files changed:
board/davinci/common/misc.c
board/davinci/common/misc.h
board/davinci/dvevm/dvevm.c
board/davinci/schmoogie/schmoogie.c
board/davinci/sffsdr/sffsdr.c
board/davinci/sonata/sonata.c
cpu/arm926ejs/davinci/Makefile
cpu/arm926ejs/davinci/cpu.c [new file with mode: 0644]
include/asm-arm/arch-davinci/hardware.h
include/configs/davinci_dvevm.h
include/configs/davinci_schmoogie.h
include/configs/davinci_sffsdr.h
include/configs/davinci_sonata.h