summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-03-15 16:42:31 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 16:30:10 +0800
commitce6ec8bf301c615fa5e3fde7cfed2ae381acc16c (patch)
treeea3e4d98cdd2d43d94073d62835eb14d2a702d6b /board
parent166367ad35babcb6b5f3078568323598610e251f (diff)
downloadu-boot-imx-ce6ec8bf301c615fa5e3fde7cfed2ae381acc16c.zip
u-boot-imx-ce6ec8bf301c615fa5e3fde7cfed2ae381acc16c.tar.gz
u-boot-imx-ce6ec8bf301c615fa5e3fde7cfed2ae381acc16c.tar.bz2
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>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
index 6e2ec37..5e90b52 100644
--- a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
+++ b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
@@ -143,7 +143,7 @@ static enum qn_level seq[3][2] = {
static enum qn_func qn_output[8] = {
qn_reset, qn_reset, qn_reset, qn_enable, qn_disable, qn_reset,
- qn_disable, qn_enable
+ qn_disable, qn_disable
};
static void iox74lv_init(void)