
Hi Stefan,
On Wed, 20 Jan 2016 08:13:28 +0100 Stefan Roese sr@denx.de wrote:
This patch adds basic support for the LCD controller of the Marvell Armada XP SoC.
An AXP based custom board port will be added later, to use this driver to display a splash screen via the bmp command later.
Signed-off-by: Stefan Roese sr@denx.de Cc: Anatolij Gustschin agust@denx.de Cc: Luka Perkov luka.perkov@sartura.hr
arch/arm/mach-mvebu/include/mach/cpu.h | 13 + arch/arm/mach-mvebu/include/mach/soc.h | 1 + drivers/video/Kconfig | 7 + drivers/video/Makefile | 1 + drivers/video/mvebu_lcd.c | 532 +++++++++++++++++++++++++++++++++ 5 files changed, 554 insertions(+) create mode 100644 drivers/video/mvebu_lcd.c
applied to u-boot-video/master, thanks!
-- Anatolij