]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: ventana: set HDMI video in to yuv422bt656 for GW551x-A
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:55:02 +0000 (12:55 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 22 Apr 2015 12:39:12 +0000 (14:39 +0200)
The initial revision of the GW551x does not connect enough signals between
the HDMI receiver and the IMX6 CSI for 16bit capture mode necessary for
yuv422smp capture. Future revisions will, but for the initial rev force it
to yuv422bt656 mode which requires an 8bit video data bus.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.c

index e6da3d515a03aa9fc38910b901671ce7c085de49..1e54912a0180961194cbbb921dbbacad9a659bf4 100644 (file)
@@ -1756,6 +1756,9 @@ int ft_board_setup(void *blob, bd_t *bd)
                        }
                        fdt_setprop_inplace(blob, i, "fsl,pins", range, len);
                }
+
+               /* set BT656 video format */
+               ft_sethdmiinfmt(blob, "yuv422bt656");
        }
 
        /*