summaryrefslogtreecommitdiff
path: root/board/freescale/mx28evk/mx28evk.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx28evk/mx28evk.c')
-rw-r--r--board/freescale/mx28evk/mx28evk.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mx28evk/mx28evk.c b/board/freescale/mx28evk/mx28evk.c
index de7231bd10..4edd9f4193 100644
--- a/board/freescale/mx28evk/mx28evk.c
+++ b/board/freescale/mx28evk/mx28evk.c
@@ -59,6 +59,12 @@ int board_early_init_f(void)
gpio_direction_output(MX28_PAD_AUART2_RX__GPIO_3_8, 1);
#endif
+ /* Power on LCD */
+ gpio_direction_output(MX28_PAD_LCD_RESET__GPIO_3_30, 1);
+
+ /* Set contrast to maximum */
+ gpio_direction_output(MX28_PAD_PWM2__GPIO_3_18, 1);
+
return 0;
}