video: fsl_dcu_fb: add DM_VIDEO support
authorIgor Opaniuk <igor.opaniuk@toradex.com>
Mon, 10 Jun 2019 11:47:50 +0000 (14:47 +0300)
committerAnatolij Gustschin <agust@denx.de>
Sun, 28 Jul 2019 22:09:06 +0000 (00:09 +0200)
commitbe3f1a56bf87bef19ac9e129ab8f20ab960f310e
treee276d8675090352d3f58ef333137ce08d1946c25
parenta6eedb670d56fe0d8784f2f5737077d79d96a4e5
video: fsl_dcu_fb: add DM_VIDEO support

Extend the driver to build with DM_VIDEO enabled. DTS files
must additionally include 'u-boot,dm-pre-reloc' property in
soc and child nodes to enable driver binding to fsl_dcu_fb device.

Currently display timings aren't obtained from DT.

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
board/toradex/colibri_vf/colibri_vf.c
drivers/video/Kconfig
drivers/video/fsl_dcu_fb.c