summaryrefslogtreecommitdiffstats
path: root/include/lcd.h
diff options
context:
space:
mode:
authorDonghwa Lee <dh09.lee@samsung.com>2012-07-02 01:16:05 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:24 +0200
commit5addfcfca73221057054e424910b660eeca4d8f1 (patch)
tree89c6d3e65045b86c2969f81e6b49f561dc0c0f64 /include/lcd.h
parentd2a6982f9b679abd6dafe6336dddc1b0ae6bf73d (diff)
downloadtalos-obmc-uboot-5addfcfca73221057054e424910b660eeca4d8f1.tar.gz
talos-obmc-uboot-5addfcfca73221057054e424910b660eeca4d8f1.zip
video: add dp_enabled variable in vidinfo structure
To support display port in exynos fb driver, added dp_enabled variable in vidinfo structure that set in board file. 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 'include/lcd.h')
-rw-r--r--include/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h
index 6e0a2a3915..42070d7636 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -240,6 +240,7 @@ typedef struct vidinfo {
unsigned int reset_delay;
unsigned int interface_mode;
unsigned int mipi_enabled;
+ unsigned int dp_enabled;
unsigned int cs_setup;
unsigned int wr_setup;
unsigned int wr_act;
OpenPOWER on IntegriCloud