|
@@ -1621,7 +1621,7 @@ static int imx274_probe(struct i2c_client *client,
|
|
|
mutex_init(&imx274->lock);
|
|
mutex_init(&imx274->lock);
|
|
|
|
|
|
|
|
/* initialize format */
|
|
/* initialize format */
|
|
|
- imx274->mode = &imx274_formats[IMX274_MODE_3840X2160];
|
|
|
|
|
|
|
+ imx274->mode = &imx274_formats[IMX274_DEFAULT_MODE];
|
|
|
imx274->format.width = imx274->mode->size.width;
|
|
imx274->format.width = imx274->mode->size.width;
|
|
|
imx274->format.height = imx274->mode->size.height;
|
|
imx274->format.height = imx274->mode->size.height;
|
|
|
imx274->format.field = V4L2_FIELD_NONE;
|
|
imx274->format.field = V4L2_FIELD_NONE;
|