summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov23850.c
diff options
context:
space:
mode:
authorBhanu Murthy V <bmurthyv@nvidia.com>2016-05-16 16:28:13 -0400
committerBhanu Murthy V <bmurthyv@nvidia.com>2017-03-22 13:20:16 -0400
commit68c82701ba5ce22e7423c2cf2c538de0505afbc6 (patch)
tree2eac61c2b942e18a9385c054bcfa2aaa7afd9a33 /drivers/media/i2c/ov23850.c
parent36601e387d9bf2fac9b259119e3c512edae2a509 (diff)
drivers: media: ov23850: add resolution, framerate
use camera_common APIs Bug 1736471 Change-Id: I954e7bcb439c358fe5ad54dbe4eee4cc56b32aca Signed-off-by: Bhanu Murthy V <bmurthyv@nvidia.com> Reviewed-on: http://git-master/r/1148510 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Jihoon Bang <jbang@nvidia.com>
Diffstat (limited to 'drivers/media/i2c/ov23850.c')
-rw-r--r--drivers/media/i2c/ov23850.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/i2c/ov23850.c b/drivers/media/i2c/ov23850.c
index 408ac4654..a86b7da93 100644
--- a/drivers/media/i2c/ov23850.c
+++ b/drivers/media/i2c/ov23850.c
@@ -570,6 +570,8 @@ static struct v4l2_subdev_video_ops ov23850_subdev_video_ops = {
570 .s_stream = ov23850_s_stream, 570 .s_stream = ov23850_s_stream,
571 .g_mbus_config = camera_common_g_mbus_config, 571 .g_mbus_config = camera_common_g_mbus_config,
572 .g_input_status = ov23850_g_input_status, 572 .g_input_status = ov23850_g_input_status,
573 .enum_framesizes = camera_common_enum_framesizes,
574 .enum_frameintervals = camera_common_enum_frameintervals,
573}; 575};
574 576
575static struct v4l2_subdev_core_ops ov23850_subdev_core_ops = { 577static struct v4l2_subdev_core_ops ov23850_subdev_core_ops = {