The cdns-csi2rx subdev passes streams through without any
modification
Use v4l2_subdev_get_frame_desc_passthrough() helper and add the
.get_frame_desc op
Signed-off-by: Rishikesh Donadkar <r-donadkar@ti.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
.set_fmt = csi2rx_set_fmt,
.enable_streams = csi2rx_enable_streams,
.disable_streams = csi2rx_disable_streams,
+ .get_frame_desc = v4l2_subdev_get_frame_desc_passthrough,
};
static const struct v4l2_subdev_core_ops csi2rx_core_ops = {