Add missing GBR888_1X24 media bus code in the vimc_pix_map_list. Since there is no pixel format for it, use the pixelformat for RGB. Co-developed-by: Vitor Massaru Iha <vitor@xxxxxxxxxxx> Signed-off-by: Vitor Massaru Iha <vitor@xxxxxxxxxxx> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxxx> --- drivers/media/platform/vimc/vimc-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vimc/vimc-common.c b/drivers/media/platform/vimc/vimc-common.c index 55797e5ab2b1..591a50f63766 100644 --- a/drivers/media/platform/vimc/vimc-common.c +++ b/drivers/media/platform/vimc/vimc-common.c @@ -25,7 +25,7 @@ static const struct vimc_pix_map vimc_pix_map_list[] = { .bayer = false, }, { - .code = {MEDIA_BUS_FMT_RGB888_1X24}, + .code = {MEDIA_BUS_FMT_RGB888_1X24, MEDIA_BUS_FMT_GBR888_1X24}, .pixelformat = V4L2_PIX_FMT_RGB24, .bpp = 3, .bayer = false, -- 2.25.0