commit | 1a33ac00c5ebc4b2e2efb5bc0252c6ba7dc8ff0f | [log] [tgz] |
---|---|---|
author | Benoit Parrot <bparrot@ti.com> | Wed Sep 14 17:03:13 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Oct 24 17:30:03 2016 -0200 |
tree | 36565c722d130edf0400ffa43fc6eb3fe794e5e6 | |
parent | 7ec03e60ef81c19b5d3a46dd070ee966774b860f [diff] |
[media] media: i2c: tvp514x: Reported mbus format should be MEDIA_BUS_FMT_UYVY8_2X8 The advertised V4L2 pixel format and Media Bus code don't match. The current media bud code advertised is MEDIA_BUS_FMT_YUYV8_2X8 which does not reflect what the encoder actually outputs. This encoder generate MEDIA_BUS_FMT_UYVY8_2X8 so advertise as such. Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>