diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-06-18 09:46:52 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-07-11 14:15:16 -0700 |
commit | d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e (patch) | |
tree | 9b47bc2529ebe5173636baadf945384a7d79e97b /include/configs | |
parent | b46694df845d8e2f654a871c24849cc217d4b5d2 (diff) | |
download | u-boot-imx-d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e.zip u-boot-imx-d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e.tar.gz u-boot-imx-d035fcf9b6a5a0d7ce8d3d5f3ef960618deea47e.tar.bz2 |
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/configs')
-rw-r--r-- | include/configs/ventana.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ventana.h b/include/configs/ventana.h index 5755f11..64e7875 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 */ |