summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2019-01-30 10:54:13 +0300
committerStefan Roese <sr@denx.de>2019-02-05 16:23:27 +0300
commitf18220919079eeb8e79f4791e152f1db073574a8 (patch)
treeddf5e88d3d3e06e6a69d2f01d0168ad62d1e0525 /include
parent6d9a98c58390156033e31a3a4078347bec618202 (diff)
downloadu-boot-f18220919079eeb8e79f4791e152f1db073574a8.tar.xz
arm: mvebu: theadorable: Enable video / LCD support with the new DM driver
With the new DM_VIDEO support in the Armada XP LCD driver, this patch adds the needed DT node for the LCD controller 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> Reviewed-by: Anatolij Gustschin <agust@denx.de> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/theadorable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
index 27c858013d..886456ec26 100644
--- a/include/configs/theadorable.h
+++ b/include/configs/theadorable.h
@@ -65,6 +65,10 @@
/* Enable LCD and reserve 512KB from top of memory*/
#define CONFIG_SYS_MEM_TOP_HIDE 0x80000
+#define CONFIG_BMP_16BPP
+#define CONFIG_BMP_24BPP
+#define CONFIG_BMP_32BPP
+
/* FPGA programming support */
#define CONFIG_FPGA_STRATIX_V