media: ov5640: correct comments for default VGA to avoid confusion
When OV5640 work at DVP mode, the default initialization settings make it output 30 frames per second. But when it work at CSI-2 mode the default link frequency will make it output 60 frames per second, so correct the comments to make it more clear. Signed-off-by: Guoniu.zhou <guoniu.zhou@nxp.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
290cebd13a
commit
afe25fbc5d
@ -3851,7 +3851,7 @@ static int ov5640_probe(struct i2c_client *client)
|
||||
|
||||
/*
|
||||
* default init sequence initialize sensor to
|
||||
* YUV422 UYVY VGA@30fps
|
||||
* YUV422 UYVY VGA(30FPS in parallel mode, 60 in MIPI CSI-2 mode)
|
||||
*/
|
||||
sensor->frame_interval.numerator = 1;
|
||||
sensor->frame_interval.denominator = ov5640_framerates[OV5640_30_FPS];
|
||||
|
Loading…
x
Reference in New Issue
Block a user