
29 Jan
2019
29 Jan
'19
2:25 p.m.
On Tue, 29 Jan 2019 11:44:45 +0100 Stefan Roese sr@denx.de wrote:
With the recently added DM_VIDEO support added to the Armada XP video / LCD driver, this patch now switches the theadorable board to use this DM_VIDEO.
Additionally the now needed DT node for the LCD controller is added to the theadorable dts file. This DT property is not added to the Armada XP dtsi files, as this LCD feature is pretty unusual for this SoC and I personally know of no other board that uses this controller.
This patch also enables CONFIG_BMP_16BPP/24BPP/32BPP, as the "old" bmp command supported these BMP files.
Signed-off-by: Stefan Roese sr@denx.de Cc: Anatolij Gustschin agust@denx.de
Reviewed-by: Anatolij Gustschin agust@denx.de
-- Anatolij