Commit b4bc642c6255ee1e3abc6f15b2dcabcccf1b55c1

Authored by Ye Li
1 parent 139a6f95be

MLK-12884 mx7dsabresd: Fix LCD_PWR_EN output setting

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)

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/freescale/mx7dsabresd/mx7dsabresd.c
... ... @@ -197,7 +197,7 @@
197 197  
198 198 static enum qn_func qn_output[8] = {
199 199 qn_disable, qn_reset, qn_reset, qn_reset, qn_reset, qn_reset, qn_enable,
200   - qn_enable
  200 + qn_disable
201 201 };
202 202  
203 203 static void iox74lv_init(void)