-
- Downloads
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>
Showing
- board/lwmon5/lwmon5.c 0 additions, 7 deletionsboard/lwmon5/lwmon5.c
- board/socrates/socrates.c 7 additions, 39 deletionsboard/socrates/socrates.c
- drivers/video/mb862xx.c 33 additions, 1 deletiondrivers/video/mb862xx.c
- include/configs/lwmon5.h 4 additions, 6 deletionsinclude/configs/lwmon5.h
- include/configs/socrates.h 5 additions, 0 deletionsinclude/configs/socrates.h
- include/mb862xx.h 5 additions, 0 deletionsinclude/mb862xx.h
Please register or sign in to comment