diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2013-01-08 20:42:26 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-01-10 10:19:47 +0900 |
commit | 9b572852c0547365b186651d27b3df5dcbe82be2 (patch) | |
tree | 54dff43142a93917b449ff1adf7de794508f9fab /include/configs/exynos5250-dt.h | |
parent | 4050f0700f1822e6cb0095128192c15be5e750ee (diff) | |
download | u-boot-imx-9b572852c0547365b186651d27b3df5dcbe82be2.zip u-boot-imx-9b572852c0547365b186651d27b3df5dcbe82be2.tar.gz u-boot-imx-9b572852c0547365b186651d27b3df5dcbe82be2.tar.bz2 |
EXYNOS5: Add support for FIMD and DP
Add panel_info structure required by LCD driver
and DP panel platdata for SMDK5250.
Add GPIO configuration for LCD.
Enable FIMD and DP support on SMDK5250.
DP Panel size: 2560x1600.
We use 16BPP resolution to get LCD console.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Acked-by: Simon Glass <sjg@chomium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/exynos5250-dt.h')
-rw-r--r-- | include/configs/exynos5250-dt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 59182f4..07bca1d 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -297,4 +297,12 @@ #define CONFIG_SHA1 #define CONFIG_SHA256 +/* Display */ +#define CONFIG_LCD +#define CONFIG_EXYNOS_FB +#define CONFIG_EXYNOS_DP +#define LCD_XRES 2560 +#define LCD_YRES 1600 +#define LCD_BPP LCD_COLOR16 + #endif /* __CONFIG_H */ |