summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorDonghwa Lee <[email protected]>2012-04-05 19:36:27 +0000
committerAlbert ARIBAUD <[email protected]>2012-05-15 08:31:30 +0200
commit51b1cd6df7fbabe3f85ff3ba693f181deef44473 (patch)
treead148c1caed6567c949b394cec85fa73da43862e /include/configs
parentbba09e9f56d70b5bd96b4fdf29f5f093fc483dd6 (diff)
EXYNOS: support TRATS board display function
This patch support TRATS board configuration and display function. Signed-off-by: Donghwa Lee <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Inki Dae <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/trats.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 1bc2bb212e5..5f913ca9ac0 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 */