]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/exynos_lcd.h
dfu: Fix up the Kconfig mess
[people/ms/u-boot.git] / include / exynos_lcd.h
index 1f6c6c75a270efb2d76e4ba374bfeff7e3ad5628..ab92ffb72ad514d120718eca0d674b62ca367c62 100644 (file)
@@ -75,7 +75,8 @@ typedef struct vidinfo {
        unsigned int sclk_div;
 
        unsigned int dual_lcd_enabled;
-       struct exynos_fb *fimd_ctrl;
+       struct exynos_fb *reg;
+       struct exynos_platform_mipi_dsim *dsim_platform_data_dt;
 } vidinfo_t;
 
 #endif