Skip to content

Commit

Permalink
MLK-12884 mx7dsabresd: Fix LCD_PWR_EN output setting
Browse files Browse the repository at this point in the history
LCD_PWR_EN controls the G pin of Q13 PMOS which needs low voltage to connect
D to S for outputting LCD 3.3V. If LCD_PWR_EN is high, we measured the LCD 3v3
is actually 1.2V.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 28eb616b6c49de492cc0cdb3ad5b618bed77960f)
  • Loading branch information
Ye Li committed Jun 6, 2016
1 parent 68b49dd commit 68f095b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/freescale/mx7dsabresd/mx7dsabresd.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static enum qn_level seq[3][2] = {

static enum qn_func qn_output[8] = {
qn_disable, qn_reset, qn_reset, qn_reset, qn_reset, qn_reset, qn_enable,
qn_enable
qn_disable
};

void iox74lv_init(void)
Expand Down

0 comments on commit 68f095b

Please sign in to comment.