The VYUY8_2X8 media bus format is the only one supported by the S5C73M3 camera sensor, that is a part of the media device on the Exynos4412-trats2 board. Signed-off-by: Jacek Anaszewski <j.anaszewski@xxxxxxxxxxx> Acked-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> --- utils/media-ctl/libv4l2subdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/media-ctl/libv4l2subdev.c b/utils/media-ctl/libv4l2subdev.c index 069ded6..5175188 100644 --- a/utils/media-ctl/libv4l2subdev.c +++ b/utils/media-ctl/libv4l2subdev.c @@ -780,6 +780,7 @@ static struct { { "YUYV", MEDIA_BUS_FMT_YUYV8_1X16 }, { "YUYV1_5X8", MEDIA_BUS_FMT_YUYV8_1_5X8 }, { "YUYV2X8", MEDIA_BUS_FMT_YUYV8_2X8 }, + { "VYUY8_2X8", V4L2_MBUS_FMT_VYUY8_2X8 }, { "UYVY", MEDIA_BUS_FMT_UYVY8_1X16 }, { "UYVY1_5X8", MEDIA_BUS_FMT_UYVY8_1_5X8 }, { "UYVY2X8", MEDIA_BUS_FMT_UYVY8_2X8 }, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html