media: imx: imx-mipi-csis: Add RGB565_1X16
authorJacopo Mondi <jacopo@jmondi.org>
Mon, 21 Feb 2022 17:47:25 +0000 (18:47 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 23 Feb 2022 07:53:07 +0000 (08:53 +0100)
Add RGB565_1X16 to the enumeration of supported image formats.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/imx/imx-mipi-csis.c

index 5873ff7..a1bfc76 100644 (file)
@@ -360,6 +360,12 @@ static const struct csis_pix_format mipi_csis_formats[] = {
                .data_type = MIPI_CSI2_DATA_TYPE_YUV422_8,
                .width = 16,
        },
+       /* RGB formats. */
+       {
+               .code = MEDIA_BUS_FMT_RGB565_1X16,
+               .data_type = MIPI_CSI2_DATA_TYPE_RGB565,
+               .width = 16,
+       },
        /* RAW (Bayer and greyscale) formats. */
        {
                .code = MEDIA_BUS_FMT_SBGGR8_1X8,