summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorFang Hui <b31070@freescale.com>2014-01-09 09:33:22 +0800
committerFang Hui <b31070@freescale.com>2014-01-09 09:37:45 +0800
commit67db57a9d2ab91e2237136ae2035f365f4d75c85 (patch)
tree602c596566bb0a6f66ad14a5a5d95a865bd8f462 /drivers
parent08a5bdf1c88e9113f5eb3fdf916ebcd2175217b2 (diff)
ENGR00294352 testPreviewPictureSizesCombination failed
For some resolution, add some delay to walk around this issue Signed-off-by: Fang Hui <b31070@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/capture/ov5640_mipi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/mxc/capture/ov5640_mipi.c b/drivers/media/video/mxc/capture/ov5640_mipi.c
index a373e5bed450..4fd8e1f2e419 100644
--- a/drivers/media/video/mxc/capture/ov5640_mipi.c
+++ b/drivers/media/video/mxc/capture/ov5640_mipi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2014 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -249,7 +249,7 @@ static struct reg_value ov5640_setting_30fps_XGA_1024_768[] = {
{0x4407, 0x04, 0, 0}, {0x460b, 0x35, 0, 0}, {0x460c, 0x22, 0, 0},
{0x3824, 0x02, 0, 0}, {0x5001, 0xa3, 0, 0}, {0x3503, 0x00, 0, 0},
{0x3808, 0x04, 0, 0}, {0x3809, 0x00, 0, 0}, {0x380a, 0x03, 0, 0},
- {0x380b, 0x00, 0, 0}, {0x3035, 0x12, 0, 0},
+ {0x380b, 0x00, 0, 0}, {0x3035, 0x12, 0, 50},
};
static struct reg_value ov5640_setting_15fps_XGA_1024_768[] = {
@@ -271,7 +271,7 @@ static struct reg_value ov5640_setting_15fps_XGA_1024_768[] = {
{0x4001, 0x02, 0, 0}, {0x4004, 0x02, 0, 0}, {0x4713, 0x03, 0, 0},
{0x4407, 0x04, 0, 0}, {0x460b, 0x35, 0, 0}, {0x460c, 0x22, 0, 0},
{0x3824, 0x02, 0, 0}, {0x5001, 0xa3, 0, 0}, {0x3808, 0x04, 0, 0},
- {0x3809, 0x00, 0, 0}, {0x380a, 0x03, 0, 0}, {0x380b, 0x00, 0, 0},
+ {0x3809, 0x00, 0, 0}, {0x380a, 0x03, 0, 0}, {0x380b, 0x00, 0, 100},
};
static struct reg_value ov5640_setting_30fps_QVGA_320_240[] = {
@@ -375,7 +375,7 @@ static struct reg_value ov5640_setting_30fps_NTSC_720_480[] = {
{0x3a0d, 0x04, 0, 0}, {0x3a14, 0x03, 0, 0}, {0x3a15, 0xd8, 0, 0},
{0x4001, 0x02, 0, 0}, {0x4004, 0x02, 0, 0}, {0x4713, 0x03, 0, 0},
{0x4407, 0x04, 0, 0}, {0x460b, 0x35, 0, 0}, {0x460c, 0x22, 0, 0},
- {0x3824, 0x02, 0, 0}, {0x5001, 0xa3, 0, 0},
+ {0x3824, 0x02, 0, 0}, {0x5001, 0xa3, 0, 50},
};
static struct reg_value ov5640_setting_15fps_NTSC_720_480[] = {
@@ -396,7 +396,7 @@ static struct reg_value ov5640_setting_15fps_NTSC_720_480[] = {
{0x3a0d, 0x04, 0, 0}, {0x3a14, 0x03, 0, 0}, {0x3a15, 0xd8, 0, 0},
{0x4001, 0x02, 0, 0}, {0x4004, 0x02, 0, 0}, {0x4713, 0x03, 0, 0},
{0x4407, 0x04, 0, 0}, {0x460b, 0x35, 0, 0}, {0x460c, 0x22, 0, 0},
- {0x3824, 0x02, 0, 0}, {0x5001, 0xa3, 0, 0},
+ {0x3824, 0x02, 0, 0}, {0x5001, 0xa3, 0, 100},
};
static struct reg_value ov5640_setting_30fps_PAL_720_576[] = {