summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2012-02-10 16:42:07 +0800
committerWayne Zou <b36644@freescale.com>2012-02-14 10:07:45 +0800
commit456c952d54d3f5abbcc0f419cb3454760cb7c123 (patch)
treee54d8c3e1eb7f3146f720772997bc26466ce1113
parent1e9813c6c488c49f3d23cc91baf1f14afb642bdf (diff)
ENGR00174243 MIPI_DSI: mipi dsi panel enable should be after IPU init
MIPI_DSI: mipi dsi panel enable should be after IPU init, due to ENGR00173962 change in the mxc_ipuv3_fb.c Signed-off-by: Wayne Zou <b36644@freescale.com>
-rw-r--r--drivers/video/mxc/mipi_dsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/mxc/mipi_dsi.c b/drivers/video/mxc/mipi_dsi.c
index 244f2d8f294b..fa00ce177608 100644
--- a/drivers/video/mxc/mipi_dsi.c
+++ b/drivers/video/mxc/mipi_dsi.c
@@ -884,7 +884,6 @@ static struct mxc_dispdrv_driver mipi_dsi_drv = {
.name = DISPDRV_MIPI,
.init = mipi_dsi_disp_init,
.deinit = mipi_dsi_disp_deinit,
- .enable = mipi_dsi_power_on,
.disable = mipi_dsi_power_off,
};