]> git.sur5r.net Git - u-boot/commit
video: arm: rpi: Move the video settings out of the driver
authorSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 22:23:41 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 May 2017 00:20:40 +0000 (20:20 -0400)
commit7cac2fced726c4865133b74ea73ef13df40a1884
tree7e2e083b926764b82db86b72c8b32e0985f58944
parent2e4170b63bf05afe55a706dfc14c50ff1c6aa305
video: arm: rpi: Move the video settings out of the driver

Add a function to set the video parameters to the msg handler and remove
it from the video driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
arch/arm/mach-bcm283x/include/mach/msg.h
arch/arm/mach-bcm283x/msg.c
drivers/video/bcm2835.c