summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-04-27 16:11:32 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-04-27 16:11:32 +0200
commitb8fd3a6dc54188208249b4e5c7d6c05fcafd5900 (patch)
treee09d0338c5817c374cc422628e20a748ed8cff36 /include
parent7dcf1584f72dc1533db33f233ee9548735eb69e6 (diff)
colibri_t20: add LCD display support
Add LCD display support defaulting to VESA VGA resolution. Different resolutions configurable via device-tree.
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_t20.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index c17f245a17..eac403e0dd 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -44,6 +44,16 @@
#define CONFIG_CMD_NET
#define CONFIG_CMD_DHCP
+/* 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
+
/* NAND support */
#define CONFIG_CMD_NAND
#define CONFIG_TEGRA_NAND