]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/exynos_lcd.h
common: arm: davinci: Move header file out of common
[people/ms/u-boot.git] / include / exynos_lcd.h
index 3969a6a06662408482aa06b521a5a619ef8ffa16..ab92ffb72ad514d120718eca0d674b62ca367c62 100644 (file)
@@ -75,8 +75,8 @@ typedef struct vidinfo {
        unsigned int sclk_div;
 
        unsigned int dual_lcd_enabled;
+       struct exynos_fb *reg;
+       struct exynos_platform_mipi_dsim *dsim_platform_data_dt;
 } vidinfo_t;
 
-void init_panel_info(vidinfo_t *vid);
-
 #endif