diff options
author | Donghwa Lee <dh09.lee@samsung.com> | 2012-07-22 22:25:30 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-07-28 21:16:16 -0400 |
commit | 91d1cfa8779e1929167a7cf1e5825462af7d6e4a (patch) | |
tree | 589b35ef66d984093be0ddafca9f658b1c8bbe09 /drivers/video | |
parent | 92b4e4506550fe25c65799eebb215d47a244e635 (diff) |
video: exynos mipi dsi: Fix mipi dsi regulators handling issue
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index 6c1f5c314a42..939064064a4f 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/exynos/exynos_mipi_dsi.c | |||
@@ -154,7 +154,7 @@ static int exynos_mipi_dsi_blank_mode(struct mipi_dsim_device *dsim, int power) | |||
154 | if (client_drv && client_drv->power_on) | 154 | if (client_drv && client_drv->power_on) |
155 | client_drv->power_on(client_dev, 1); | 155 | client_drv->power_on(client_dev, 1); |
156 | 156 | ||
157 | exynos_mipi_regulator_disable(dsim); | 157 | exynos_mipi_regulator_enable(dsim); |
158 | 158 | ||
159 | /* enable MIPI-DSI PHY. */ | 159 | /* enable MIPI-DSI PHY. */ |
160 | if (dsim->pd->phy_enable) | 160 | if (dsim->pd->phy_enable) |