diff options
author | Donghwa Lee <dh09.lee@samsung.com> | 2012-07-02 01:16:08 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:24 +0200 |
commit | a29c832263be57d218581ba4b1cb5e2820338383 (patch) | |
tree | bf4b433ecdf28ccc21cf8f89be38ccb259c94eec /arch | |
parent | 5addfcfca73221057054e424910b660eeca4d8f1 (diff) | |
download | talos-obmc-uboot-a29c832263be57d218581ba4b1cb5e2820338383.tar.gz talos-obmc-uboot-a29c832263be57d218581ba4b1cb5e2820338383.zip |
video: exynos fb driver supports display port feature
If dp_enabled was set, exynos fb driver support display port feature.
This patch depends on [PATCH] video: support exynos fimd driver
for various exynos series.
http://marc.info/?l=u-boot&m=134119605104467&w=2
Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/fb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/fb.h b/arch/arm/include/asm/arch-exynos/fb.h index c96683abdf..01445afde9 100644 --- a/arch/arm/include/asm/arch-exynos/fb.h +++ b/arch/arm/include/asm/arch-exynos/fb.h @@ -151,6 +151,8 @@ struct exynos_fb { unsigned char res15[156]; unsigned int dualrgb; + unsigned char res16[16]; + unsigned int dp_mie_clkcon; }; #endif |