diff options
| author | Nikita Kiryanov <[email protected]> | 2013-01-30 21:39:58 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-03-08 16:41:14 -0500 |
| commit | 7878ca51f2d6e2c131c96451e8727fda247d794e (patch) | |
| tree | f8bd4c6c85bc920b4603b54356f263af6c432288 /include | |
| parent | 581bb41980a38c6ddac40f07ec1c8dcd37aca8f6 (diff) | |
cm-t35: add support for dvi displays
Add support for dvi displays with user selectable dvi presets.
Cc: Wolfgang Denk <[email protected]>
Cc: Jeroen Hofstee <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Signed-off-by: Igor Grinberg <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_t35.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 943b65841c6..e6aef7b5957 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -336,4 +336,11 @@ #define CONFIG_OMAP3_GPIO_6 /* GPIO186 is in GPIO bank 6 */ #endif +/* Display Configuration */ +#define CONFIG_OMAP3_GPIO_2 +#define CONFIG_VIDEO_OMAP3 +#define LCD_BPP LCD_COLOR16 + +#define CONFIG_LCD + #endif /* __CONFIG_H */ |
