Hi Eugen On Mon, Dec 13, 2021 at 03:49:37PM +0200, Eugen Hristev wrote: > Fix the mbus code for UYVY input format type to the right color rotation. > > Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> Reviewed-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> Thanks j > --- > drivers/media/platform/atmel/atmel-sama7g5-isc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/atmel/atmel-sama7g5-isc.c b/drivers/media/platform/atmel/atmel-sama7g5-isc.c > index d2ac80b1ccc3..38721bd902e2 100644 > --- a/drivers/media/platform/atmel/atmel-sama7g5-isc.c > +++ b/drivers/media/platform/atmel/atmel-sama7g5-isc.c > @@ -188,7 +188,7 @@ static struct isc_format sama7g5_formats_list[] = { > }, > { > .fourcc = V4L2_PIX_FMT_UYVY, > - .mbus_code = MEDIA_BUS_FMT_YUYV8_2X8, > + .mbus_code = MEDIA_BUS_FMT_UYVY8_2X8, > .pfe_cfg0_bps = ISC_PFE_CFG0_BPS_EIGHT, > }, > { > -- > 2.25.1 >