From 7c7dd84b4b5cc90022fdd342d8714925af6ebb4f Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 15 Mar 2016 16:42:31 +0800 Subject: [PATCH] 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 (cherry picked from commit b54bb7111af62a19a8aa930f8bbcf03f9515b863) --- board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c index e3d9c39..768138c 100644 --- a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c +++ b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c @@ -148,7 +148,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 }; void iox74lv_init(void) -- 1.9.1