diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/trats.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index 1bc2bb2..5f913ca 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -213,4 +213,12 @@ #define CONFIG_USB_GADGET_S3C_UDC_OTG #define CONFIG_USB_GADGET_DUALSPEED +/* LCD */ +#define CONFIG_EXYNOS_FB +#define CONFIG_LCD +#define CONFIG_FB_ADDR 0x52504000 +#define CONFIG_S6E8AX0 +#define CONFIG_EXYNOS_MIPI_DSIM +#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (1280 * 720 * 4) + #endif /* __CONFIG_H */ |