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....@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.p...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot