summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/capture/ov5642.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/capture/ov5642.c b/drivers/media/video/mxc/capture/ov5642.c
index f3a82dbcadec..245a92c15ef1 100644
--- a/drivers/media/video/mxc/capture/ov5642.c
+++ b/drivers/media/video/mxc/capture/ov5642.c
@@ -4011,6 +4011,9 @@ static int ov5642_probe(struct i2c_client *client,
goto err4;
}
+ if (plat_data->pwdn)
+ plat_data->pwdn(1);
+
camera_plat = plat_data;
ov5642_int_device.priv = &ov5642_data;