projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
466d403
)
CONFIGS: peach-pit: Enable display for peach_pit board
author
Ajay Kumar
<ajaykumar.rs@samsung.com>
Fri, 5 Sep 2014 11:23:38 +0000
(16:53 +0530)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Fri, 5 Sep 2014 11:37:08 +0000
(20:37 +0900)
Enable drivers for FIMD, DP and parade bridge chip.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/peach-pit.h
patch
|
blob
|
history
diff --git
a/include/configs/peach-pit.h
b/include/configs/peach-pit.h
index 76b8d7a6b817c943040295692c59a68bf1367642..88c093fb9b4f3c1935b6034c4a9ac3bface3a93b 100644
(file)
--- a/
include/configs/peach-pit.h
+++ b/
include/configs/peach-pit.h
@@
-22,4
+22,14
@@
#define CONFIG_SYS_PROMPT "Peach # "
#define CONFIG_IDENT_STRING " for Peach"
+#define CONFIG_VIDEO_PARADE
+
+/* Display */
+#define CONFIG_LCD
+#ifdef CONFIG_LCD
+#define CONFIG_EXYNOS_FB
+#define CONFIG_EXYNOS_DP
+#define LCD_BPP LCD_COLOR16
+#endif
+
#endif /* __CONFIG_PEACH_PIT_H */