mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 16:02:33 +02:00
exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo
Put the pointer to this structure in struct vidinfo so that we can reference it without it being global. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
@@ -76,6 +76,7 @@ typedef struct vidinfo {
|
||||
|
||||
unsigned int dual_lcd_enabled;
|
||||
struct exynos_fb *fimd_ctrl;
|
||||
struct exynos_platform_mipi_dsim *dsim_platform_data_dt;
|
||||
} vidinfo_t;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user