[U-Boot] [PATCH 6/6] CONFIG: SMDK5420: Enable FIMD and DP
Ajay Kumar
ajaykumar.rs at samsung.com
Mon Sep 30 13:20:55 CEST 2013
Enable FIMD and DP drivers on SMDK5420 so that we get to
see the LCD console on eDP panel.
Signed-off-by: Ajay Kumar <ajaykumar.rs at samsung.com>
---
include/configs/smdk5420.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
index 447f8e5..cc9c424 100644
--- a/include/configs/smdk5420.h
+++ b/include/configs/smdk5420.h
@@ -53,4 +53,12 @@
#define CONFIG_MAX_I2C_NUM 11
+/* Display */
+#define CONFIG_LCD
+#ifdef CONFIG_LCD
+#define CONFIG_EXYNOS_FB
+#define CONFIG_EXYNOS_DP
+#define LCD_BPP LCD_COLOR16
+#endif
+
#endif /* __CONFIG_5420_H */
--
1.7.12.4
More information about the U-Boot
mailing list