|
@@ -1463,6 +1463,10 @@ static int tc358743_g_mbus_config(struct v4l2_subdev *sd,
|
|
static int tc358743_s_stream(struct v4l2_subdev *sd, int enable)
|
|
static int tc358743_s_stream(struct v4l2_subdev *sd, int enable)
|
|
{
|
|
{
|
|
enable_stream(sd, enable);
|
|
enable_stream(sd, enable);
|
|
|
|
+ if (!enable) {
|
|
|
|
+ /* Put all lanes in PL-11 state (STOPSTATE) */
|
|
|
|
+ tc358743_set_csi(sd);
|
|
|
|
+ }
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|