Commit 7c7dd84b4b5cc90022fdd342d8714925af6ebb4f

Authored by Peng Fan
1 parent 5ba6e8b3c1

MLK-12563: imx: mx6ul evk: fix LCD_nPWREN setting

Q901 is PMOS, LCD_nPWREN should be at low voltage then output is 3V3.
If LCD_nPWREN is high, output is 2.4V which is not correct.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit b54bb7111af62a19a8aa930f8bbcf03f9515b863)

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

board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
... ... @@ -148,7 +148,7 @@
148 148  
149 149 static enum qn_func qn_output[8] = {
150 150 qn_reset, qn_reset, qn_reset, qn_enable, qn_disable, qn_reset, qn_disable,
151   - qn_enable
  151 + qn_disable
152 152 };
153 153  
154 154 void iox74lv_init(void)