Hi Volodymyr, Thank you for the patch. On Thu, Jul 14, 2022 at 11:34:43AM +0300, Volodymyr Kharuk wrote: > Extend the csi2rxss with Y12_1X12 greyscale format > > Signed-off-by: Volodymyr Kharuk <vkh@xxxxxxxxxxx> Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > drivers/media/platform/xilinx/xilinx-csi2rxss.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/platform/xilinx/xilinx-csi2rxss.c b/drivers/media/platform/xilinx/xilinx-csi2rxss.c > index 051c60cba1e0..67574244eb2b 100644 > --- a/drivers/media/platform/xilinx/xilinx-csi2rxss.c > +++ b/drivers/media/platform/xilinx/xilinx-csi2rxss.c > @@ -188,6 +188,7 @@ static const u32 xcsi2dt_mbus_lut[][2] = { > { MIPI_CSI2_DT_RAW12, MEDIA_BUS_FMT_SBGGR12_1X12 }, > { MIPI_CSI2_DT_RAW12, MEDIA_BUS_FMT_SGBRG12_1X12 }, > { MIPI_CSI2_DT_RAW12, MEDIA_BUS_FMT_SGRBG12_1X12 }, > + { MIPI_CSI2_DT_RAW12, MEDIA_BUS_FMT_Y12_1X12 }, > { MIPI_CSI2_DT_RAW16, MEDIA_BUS_FMT_SRGGB16_1X16 }, > { MIPI_CSI2_DT_RAW16, MEDIA_BUS_FMT_SBGGR16_1X16 }, > { MIPI_CSI2_DT_RAW16, MEDIA_BUS_FMT_SGBRG16_1X16 }, -- Regards, Laurent Pinchart