X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Ffreescale%2Fmx23evk%2Fmx23evk.c;fp=board%2Ffreescale%2Fmx23evk%2Fmx23evk.c;h=d25e2b37ce2d1410154a8a21a174308195b6ad7c;hb=eadfc135d3df76620cfef5e6928d64fb8874c665;hp=41ba303ec446570793750fa236d6d360eae3cbf0;hpb=68661db2dcc9c9eeaab11ecc4b75275d0803b63b;p=karo-tx-uboot.git diff --git a/board/freescale/mx23evk/mx23evk.c b/board/freescale/mx23evk/mx23evk.c index 41ba303ec4..d25e2b37ce 100644 --- a/board/freescale/mx23evk/mx23evk.c +++ b/board/freescale/mx23evk/mx23evk.c @@ -43,6 +43,12 @@ int board_early_init_f(void) /* SSP0 clock at 96MHz */ mxs_set_sspclk(MXC_SSPCLK0, 96000, 0); + /* Power on LCD */ + gpio_direction_output(MX23_PAD_LCD_RESET__GPIO_1_18, 1); + + /* Set contrast to maximum */ + gpio_direction_output(MX23_PAD_PWM2__GPIO_1_28, 1); + return 0; }