modify himax lcd init code for lcd internal power jump
Note:current stage solution, maybe update the final solution later
Change-Id: I22e036b0145aefb7057a7e44dac7292037fa19d8
Signed-off-by: xingbin <xingbin@huaqin.com>
Signed-off-by: tanhua1 <tanhua1@mt.com>
Reviewed-on: https://gerrit.mot.com/
1323560
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Xiangpo Zhao <zhaoxp3@motorola.com>
Submit-Approved: Jira Key
dsim_err("fail to send SEQ_OTP_DISABLE command.\n");
mdelay(1);
+ if (dsim_wr_data(id, MIPI_DSI_DCS_SHORT_WRITE_PARAM,
+ SEQ_CMD_8[0],
+ SEQ_CMD_8[1]) < 0)
+ dsim_err("fail to send SEQ_CMD_8 command.\n");
+ mdelay(5);
+
if (dsim_wr_data(id, MIPI_DSI_DCS_SHORT_WRITE, SEQ_SLEEP_OUT[0], 0) < 0)
dsim_err("fail to send SEQ_SLEEP_OUT command.\n");
mdelay(125);
static const unsigned char SEQ_OTP_DISABLE[] = {
0xCF, 0x00, 0x14, 0x00, 0xC0
};
+static const unsigned char SEQ_CMD_8[] = {
+ 0xBB,0x00
+};
#endif /* __HIX83112A_PARAM_H__ */