video: dcu: enable pixel clock after initialization
authorStefan Agner <stefan.agner@toradex.com>
Wed, 22 Apr 2015 13:43:40 +0000 (15:43 +0200)
committerStefan Agner <stefan.agner@toradex.com>
Wed, 22 Apr 2015 13:43:40 +0000 (15:43 +0200)
commit0440936084e5f467b55f56d7d1fa8660732587bd
tree1e73ad40d820f1829c1bfd5ff3b91e71105f14de
parent226245bd56adc631d9a1d0c1297e78d819ea478f
video: dcu: enable pixel clock after initialization

When enabling the DCU and pixel clock, the test mode is activated
since this is the reset configuration. The test mode immediately
shows a red screen on a LCD. A moment later, the DCU gets
initialized properly.

This patch enables the pixel clock after initialization of the DCU
control register.  This avoids this initial flicker on LCD screens.
board/toradex/colibri_vf/colibri_vf.c
board/toradex/colibri_vf/dcu.c
drivers/video/fsl_dcu_fb.c