diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index 557091dc0e97..49c735180bd8 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/exynos/exynos_mipi_dsi.c | |||
@@ -102,6 +102,8 @@ static void exynos_mipi_update_cfg(struct mipi_dsim_device *dsim) | |||
102 | /* set display timing. */ | 102 | /* set display timing. */ |
103 | exynos_mipi_dsi_set_display_mode(dsim, dsim->dsim_config); | 103 | exynos_mipi_dsi_set_display_mode(dsim, dsim->dsim_config); |
104 | 104 | ||
105 | exynos_mipi_dsi_init_interrupt(dsim); | ||
106 | |||
105 | /* | 107 | /* |
106 | * data from Display controller(FIMD) is transferred in video mode | 108 | * data from Display controller(FIMD) is transferred in video mode |
107 | * but in case of command mode, all settigs is updated to registers. | 109 | * but in case of command mode, all settigs is updated to registers. |