Skip to content

Commit

Permalink
video: exynos mipi dsi: Fix mipi dsi regulators handling issue
Browse files Browse the repository at this point in the history
When FB_BLANK_UNLANK event occured, exynos mipi dsi regulators have to turn on.

Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
Donghwa Lee authored and Florian Tobias Schandinat committed Jul 29, 2012
1 parent 92b4e45 commit 91d1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/exynos/exynos_mipi_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static int exynos_mipi_dsi_blank_mode(struct mipi_dsim_device *dsim, int power)
if (client_drv && client_drv->power_on)
client_drv->power_on(client_dev, 1);

exynos_mipi_regulator_disable(dsim);
exynos_mipi_regulator_enable(dsim);

/* enable MIPI-DSI PHY. */
if (dsim->pd->phy_enable)
Expand Down

0 comments on commit 91d1cfa

Please sign in to comment.