video: Add support for Armada XP LCD controller
authorStefan Roese <sr@denx.de>
Wed, 20 Jan 2016 07:13:28 +0000 (08:13 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sat, 23 Jan 2016 21:58:07 +0000 (22:58 +0100)
commit913d1be20801c3fed3dd1e832d3bf5bdde159f32
treed1e672a3cf5b0c3d62409024cb3f61a5db3db59a
parent12f229ea8f6c8e20f8fd07906eafc853c4c354a9
video: Add support for Armada XP LCD controller

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>
[agust: rebased]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/arm/mach-mvebu/include/mach/cpu.h
arch/arm/mach-mvebu/include/mach/soc.h
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/mvebu_lcd.c [new file with mode: 0644]