summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-07-13 13:39:09 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-07-13 13:39:09 +0200
commit2da21c1d130fa11a5bd9876c8e72fa0d57585106 (patch)
tree4be99f5888fa47b9e6818763d31dc4a7dd5897dc /include
parent201cc6d4e4c8213fbd103e74b0f2f2ca591edf54 (diff)
apalis_t30: enable display driver
Enable the display driver on Apalis T30. Unfortunately the PWM pin muxing wasn't any good neither which made that display stay dark.
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis_t30.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index 23a0ecef14..64901a91b0 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -84,6 +84,16 @@
#define CONFIG_TFTP_BLOCKSIZE 16384
#define CONFIG_TFTP_TSIZE
+/* LCD support */
+#define CONFIG_LCD
+#define CONFIG_PWM_TEGRA
+#define CONFIG_VIDEO_TEGRA
+#define LCD_BPP LCD_COLOR16
+#define CONFIG_SYS_WHITE_ON_BLACK
+#define CONFIG_CONSOLE_SCROLL_LINES 10
+#define CONFIG_CMD_BMP
+#define CONFIG_LCD_LOGO
+
/* Miscellaneous commands */
#define CONFIG_CMD_SETEXPR
#define CONFIG_FAT_WRITE