summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_t3517.h
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2014-11-03 11:32:27 +0200
committerTom Rini <trini@ti.com>2014-11-06 11:04:42 -0500
commit40bbd52a79bdf2175a2e44272bead2bc194a3293 (patch)
treefa8d81cb78135abc1ab3dc0b00f4324231d475cc /include/configs/cm_t3517.h
parenta8a78c74506454cc4a82493776e8b82eec56a755 (diff)
downloadtalos-obmc-uboot-40bbd52a79bdf2175a2e44272bead2bc194a3293.tar.gz
talos-obmc-uboot-40bbd52a79bdf2175a2e44272bead2bc194a3293.zip
omap3: cm-t3517: add LCD/DVI and splash support
Add support for splash screen on both DVI and SCF0403 LCD. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/cm_t3517.h')
-rw-r--r--include/configs/cm_t3517.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index e623aac7f5..918032bd75 100644
--- a/include/configs/cm_t3517.h
+++ b/include/configs/cm_t3517.h
@@ -302,4 +302,19 @@
#define CONFIG_OMAP3_GPIO_6 /* GPIO186 is in GPIO bank 6 */
#endif
+/* Display Configuration */
+#define CONFIG_OMAP3_GPIO_2
+#define CONFIG_OMAP3_GPIO_5
+#define CONFIG_VIDEO_OMAP3
+#define LCD_BPP LCD_COLOR16
+
+#define CONFIG_LCD
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_SPLASHIMAGE_GUARD
+#define CONFIG_CMD_BMP
+#define CONFIG_BMP_16BPP
+#define CONFIG_SCF0403_LCD
+
+#define CONFIG_OMAP3_SPI
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud