summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tegra/ov2710.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/tegra/ov2710.c b/drivers/media/video/tegra/ov2710.c
index 11405746056f..a2e02369d8e3 100644
--- a/drivers/media/video/tegra/ov2710.c
+++ b/drivers/media/video/tegra/ov2710.c
@@ -39,6 +39,9 @@ struct ov2710_info {
static struct ov2710_reg mode_1920x1080[] = {
{0x3103, 0x93},
{0x3008, 0x82},
+ {OV2710_TABLE_WAIT_MS, 5},
+ {0x3008, 0x42},
+ {OV2710_TABLE_WAIT_MS, 5},
{0x3017, 0x7f},
{0x3018, 0xfc},
{0x3706, 0x61},
@@ -157,6 +160,7 @@ static struct ov2710_reg mode_1920x1080[] = {
{0x350b, 0x00},
{0x5001, 0x4e},
{0x5000, 0x5f},
+ {0x3008, 0x02},
{OV2710_TABLE_END, 0x0000}
};
@@ -164,6 +168,9 @@ static struct ov2710_reg mode_1920x1080[] = {
static struct ov2710_reg mode_1280x720[] = {
{0x3103, 0x93},
{0x3008, 0x82},
+ {OV2710_TABLE_WAIT_MS, 5},
+ {0x3008, 0x42},
+ {OV2710_TABLE_WAIT_MS, 5},
{0x3017, 0x7f},
{0x3018, 0xfc},
@@ -284,6 +291,7 @@ static struct ov2710_reg mode_1280x720[] = {
{0x350b, 0x00},
{0x5001, 0x4e},
{0x5000, 0x5f},
+ {0x3008, 0x02},
{OV2710_TABLE_END, 0x0000}
};