[U-Boot] [PATCH 6/8] video: add dp_enabled variable in vidinfo structure
Donghwa Lee
dh09.lee at samsung.com
Mon Jul 2 13:16:05 CEST 2012
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 at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
include/lcd.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/lcd.h b/include/lcd.h
index 6e0a2a3..42070d7 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;
--
1.7.4.1
More information about the U-Boot
mailing list