]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] media: i2c: tvp514x: Reported mbus format should be MEDIA_BUS_FMT_UYVY8_2X8
authorBenoit Parrot <bparrot@ti.com>
Wed, 14 Sep 2016 20:03:13 +0000 (17:03 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 19:30:03 +0000 (17:30 -0200)
commit1a33ac00c5ebc4b2e2efb5bc0252c6ba7dc8ff0f
tree36565c722d130edf0400ffa43fc6eb3fe794e5e6
parent7ec03e60ef81c19b5d3a46dd070ee966774b860f
[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>
drivers/media/i2c/tvp514x.c