diff options
author | Anatolij Gustschin | 2020-05-26 00:47:56 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2020-06-18 19:37:49 +0200 |
commit | 1e916aa0219898c16defccbfeeac09620b8e1765 (patch) | |
tree | 83a99e300f0067f4393b809e1c40b884fbc04939 /board | |
parent | bf4d323817dc1aafbb3225f8834eeb11a8504e85 (diff) |
imx: convert cgtqmx6eval board to DM_VIDEO
Migration to DM_VIDEO driver is long overdue. Update defconfig
to enable usage of converted ipuv3 driver DM configuration.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'board')
-rw-r--r-- | board/congatec/cgtqmx6eval/cgtqmx6eval.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/congatec/cgtqmx6eval/cgtqmx6eval.c b/board/congatec/cgtqmx6eval/cgtqmx6eval.c index 044cefd9794..392a3f8f1dc 100644 --- a/board/congatec/cgtqmx6eval/cgtqmx6eval.c +++ b/board/congatec/cgtqmx6eval/cgtqmx6eval.c @@ -627,6 +627,11 @@ int board_video_skip(void) return 0; } +int ipu_displays_init(void) +{ + return board_video_skip(); +} + static void setup_display(void) { struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; |