video: Armada XP: Move driver to DM_VIDEO
authorStefan Roese <sr@denx.de>
Wed, 30 Jan 2019 07:54:11 +0000 (08:54 +0100)
committerStefan Roese <sr@denx.de>
Tue, 5 Feb 2019 13:23:21 +0000 (14:23 +0100)
commit6d9a98c58390156033e31a3a4078347bec618202
tree1a1f85fec2b32e2be8b1fcc56c281358459fae1a
parent32c9e1c269d05a9dcf22f2b9ebd1c47bfe19c971
video: Armada XP: Move driver to DM_VIDEO

This patch moves the Armada XP video / LCD driver to DM_VIDEO. With this
move, the legacy interface board_video_init() is removed from the
theadorable board code (only user of this video driver). The support
via DT will be added in a separate patch.

This patch also enables DM_VIDEO for the theadorable board, as this is
needed to not break git bisect'ability.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Anatolij Gustschin <agust@denx.de>
arch/arm/mach-mvebu/include/mach/cpu.h
board/theadorable/theadorable.c
configs/theadorable_debug_defconfig
drivers/video/mvebu_lcd.c