]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: mb862xx: improve board-specific Lime configuration
authorWolfgang Grandegger <wg@denx.de>
Fri, 23 Oct 2009 10:03:13 +0000 (12:03 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 31 Oct 2009 11:13:28 +0000 (12:13 +0100)
commitc28d3bbe963f4c57937d6fdc1dd63cd3562c147c
tree7bb2e6539685e5a72a222bb0a4364409d5d96aa7
parentf2b4bc04d6aed6be712d236dab48ac4c4da22cbf
video: mb862xx: improve board-specific Lime configuration

To avoid board-specific code accessing the mb862xx registers directly,
the public function mb862xx_probe() has been introduced. Furthermore,
the "Change of Clock Frequency" and "Set Memory I/F Mode" registers
are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx__MMR,
respectively. The BSPs for the socrates and lwmon5 boards have been
adapted accordingly.

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
board/lwmon5/lwmon5.c
board/socrates/socrates.c
drivers/video/mb862xx.c
include/configs/lwmon5.h
include/configs/socrates.h
include/mb862xx.h