Hello,
If the board is a Freescale PDK, the backlight is controlled by the MC34704. By default, REG1 is off, and it has to be turned on with an I2C command.
LCD_En signal has to be controller too.
Basically, I/Os, clocks, and LCDC have to be configured properly.
The clock configuration seems correct, though LCDC_EN in CCM_CGCR1 should be enabled before accessing the LCDC registers. It allows the programming of the registers.
Unless it is needed, I won't enable the graphic window capability at this stage. If enabled but not used, it generates unnecessary memory traffic.