summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-06-18 09:46:52 -0600
committerTom Warren <twarren@nvidia.com>2013-07-11 14:15:16 -0700
commitd035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e (patch)
tree9b47bc2529ebe5173636baadf945384a7d79e97b /include
parentb46694df845d8e2f654a871c24849cc217d4b5d2 (diff)
downloadtalos-obmc-uboot-d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e.tar.gz
talos-obmc-uboot-d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e.zip
ARM: tegra: enable LCD panel on Ventana
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ventana.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ventana.h b/include/configs/ventana.h
index 5755f11714..64e78751af 100644
--- a/include/configs/ventana.h
+++ b/include/configs/ventana.h
@@ -43,6 +43,7 @@
#define CONFIG_MACH_TYPE MACH_TYPE_VENTANA
#define CONFIG_BOARD_EARLY_INIT_F
+#define CONFIG_BOARD_LATE_INIT /* Make sure LCD init is complete */
/* SD/MMC */
#define CONFIG_MMC
@@ -73,6 +74,14 @@
/* USB keyboard */
#define CONFIG_USB_KEYBOARD
+/* 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
+
#include "tegra-common-post.h"
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud