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 /arch | |
parent | 4050f0700f1822e6cb0095128192c15be5e750ee (diff) | |
download | talos-obmc-uboot-9b572852c0547365b186651d27b3df5dcbe82be2.tar.gz talos-obmc-uboot-9b572852c0547365b186651d27b3df5dcbe82be2.zip |
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 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/dp_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/dp_info.h b/arch/arm/include/asm/arch-exynos/dp_info.h index 35694980fa..102b709bd7 100644 --- a/arch/arm/include/asm/arch-exynos/dp_info.h +++ b/arch/arm/include/asm/arch-exynos/dp_info.h @@ -211,4 +211,6 @@ unsigned int exynos_init_dp(void) } #endif +void exynos_set_dp_platform_data(struct exynos_dp_platform_data *pd); + #endif /* _DP_INFO_H */ |