Skip to content

Commit

Permalink
msm: HTC: m7: Delay before display_on for Renesas
Browse files Browse the repository at this point in the history
* m7gpe-gd08e956-6.04.1700.16
* Delay 120ms before writing display-on commands for Renesas panels

BUGBASH-64
Change-Id: I3bb287b8b3214733e3b140be0f636aa31230dce3
  • Loading branch information
mdmower committed Feb 7, 2017
1 parent 5a1f507 commit d195b72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-msm/htc/m7/display/mipi_m7.c
Expand Up @@ -934,6 +934,11 @@ static int m7_display_on(struct platform_device *pdev)
struct msm_fb_data_type *mfd;
bool clk_ctrl = false;

if (panel_type == PANEL_ID_DLXJ_SHARP_RENESAS ||
panel_type == PANEL_ID_DLXJ_SONY_RENESAS ||
panel_type == PANEL_ID_M7_SHARP_RENESAS)
hr_msleep(120);

mfd = platform_get_drvdata(pdev);
if (!mfd)
return -ENODEV;
Expand Down

0 comments on commit d195b72

Please sign in to comment.