Commit afe25fbc authored by Guoniu.zhou's avatar Guoniu.zhou Committed by Hans Verkuil
Browse files

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: default avatarGuoniu.zhou <guoniu.zhou@nxp.com>
Reviewed-by: default avatarJacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 290cebd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];