summaryrefslogtreecommitdiff
path: root/drivers/media/video/tegra/ov5650.c
diff options
context:
space:
mode:
authorRobert Lin <robertl@nvidia.com>2011-10-11 14:53:07 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-23 00:41:16 -0700
commit8656358068c66040b2285627a2e0d3ee1258290d (patch)
tree63b23fe38e9347cba98537218faa529090a4493f /drivers/media/video/tegra/ov5650.c
parent9e92aa5c3d41ebd3f74a511ba8fb40a7cd6dfdef (diff)
media: video: tegra: ov5650: disable sensor soc AE
set the bits to enable manual control of AE and gains. Set frame delay for application to 2 frames. Bug 869749 Change-Id: I96c1aed6b4bd41dc3c1a3eb1ba8e158df31eaa32 Reviewed-on: http://git-master/r/57392 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com> (cherry picked from commit 543db4f05df3db2bfee4fc8bf8f6a7cec75dd91f) Reviewed-on: http://git-master/r/57652 Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Reviewed-by: Robert Lin <robertl@nvidia.com> Tested-by: Robert Lin <robertl@nvidia.com> Rebase-Id: Rba4bb0b4496fd0ce9efa53d203a4ef38bf1605f9
Diffstat (limited to 'drivers/media/video/tegra/ov5650.c')
-rw-r--r--drivers/media/video/tegra/ov5650.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tegra/ov5650.c b/drivers/media/video/tegra/ov5650.c
index 04535d873a1e..6d28aa67d1d7 100644
--- a/drivers/media/video/tegra/ov5650.c
+++ b/drivers/media/video/tegra/ov5650.c
@@ -647,7 +647,7 @@ static struct ov5650_reg mode_320x240[] = {
{0x3a0b, 0x80},
{0x3a00, 0x58},
{0x3a1a, 0x06},
- {0x3503, 0x00},
+ {0x3503, 0x33},
{0x3623, 0x01},
{0x3633, 0x24},
{0x3c01, 0x34},